Color Hex Logo

#761801 Color Hex

#761801
(118,24,1)
0 Favorites   0 Comments

Color spaces of #761801

RGB 118241
HSL0.030.980.23
HSV12°99°46°
CMYK 0.000.800.99   0.54
XYZ7.80334.50700.4874
Yxy4.50700.60970.3522
Hunter Lab21.229728.458413.4996
CIE-Lab25.281339.375036.6170

#761801 color RGB value is (118,24,1).

#761801 hex color red value is 118, green value is 24 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #761801 hue: 0.03 , saturation: 0.98 and the lightness value of 761801 is 0.23.

The process color (four color CMYK) of #761801 color hex is 0.00, 0.80, 0.99, 0.54. Web safe color of #761801 is #660000. Color #761801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011000 00000001
Octal 166 30 1
Decimal 118 24 1
Hex 76 18 1

RGB Percentages of Color #761801

%82.52
%16.78
%0.70

CMYK Percentages of Color #761801

%0
%80
%99
%54

Triadic Colors of #761801

#761801 #017618 #180176

Analogous Colors of #761801

#761801 #765301 #760125

Monochromatic Colors of #761801

#761801

Complementary Color

#761801 #015f76

#761801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761801 Color CSS Codes

.mybgcolor {background-color:#761801; } 
.myforecolor {color:#761801; }
.mybordercolor {border:3px solid #761801; }

#761801 Text Font Color

<p style="color:#761801">Text here</p>

This sample text font color is #761801
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#761801 Background Color

<div style="background-color:#761801">
Div content here</div>

This div background color is #761801


#761801 Border Color

<div style="border:3px solid #761801">
Div here</div>

This div border color is #761801


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,24,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #761801; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #761801;
  -webkit-box-shadow: 1px 1px 3px 2px #761801;
  box-shadow:         1px 1px 3px 2px #761801; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,24,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #761801">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #761801;
  -webkit-box-shadow: 1px 1px 3px 2px #761801;
  box-shadow:         1px 1px 3px 2px #761801;">
Div content here</div>

This div box has shadow with color #761801


Comments

No comments written yet.

Please login to write comment.