Color Hex Logo

#761204 Color Hex

#761204
(118,18,4)
0 Favorites   0 Comments

Color spaces of #761204

RGB 118184
HSL0.020.930.24
HSV97°46°
CMYK 0.000.850.97   0.54
XYZ7.70944.29290.5372
Yxy4.29290.61480.3424
Hunter Lab20.719330.158812.9663
CIE-Lab24.617041.363234.7594

#761204 color RGB value is (118,18,4).

#761204 hex color red value is 118, green value is 18 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #761204 hue: 0.02 , saturation: 0.93 and the lightness value of 761204 is 0.24.

The process color (four color CMYK) of #761204 color hex is 0.00, 0.85, 0.97, 0.54. Web safe color of #761204 is #660000. Color #761204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 00000100
Octal 166 22 4
Decimal 118 18 4
Hex 76 12 4

RGB Percentages of Color #761204

%84.29
%12.86
%2.86

CMYK Percentages of Color #761204

%0
%85
%97
%54

Triadic Colors of #761204

#761204 #047612 #120476

Analogous Colors of #761204

#761204 #764b04 #76042f

Monochromatic Colors of #761204

#761204

Complementary Color

#761204 #046876

#761204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761204 Color CSS Codes

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

#761204 Text Font Color

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

This sample text font color is #761204
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.


#761204 Background Color

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

This div background color is #761204


#761204 Border Color

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

This div border color is #761204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761204


Comments

No comments written yet.

Please login to write comment.