Color Hex Logo

#74690c Color Hex

#74690C
(116,105,12)
0 Favorites   0 Comments

Color spaces of #74690c

RGB 11610512
HSL0.150.810.25
HSV54°90°45°
CMYK 0.000.090.90   0.55
XYZ12.320413.84272.3704
Yxy13.84270.43180.4851
Hunter Lab37.2058-6.001222.2666
CIE-Lab44.0065-5.603147.6145

#74690c color RGB value is (116,105,12).

#74690c hex color red value is 116, green value is 105 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #74690c hue: 0.15 , saturation: 0.81 and the lightness value of 74690c is 0.25.

The process color (four color CMYK) of #74690c color hex is 0.00, 0.09, 0.90, 0.55. Web safe color of #74690c is #666600. Color #74690c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 00001100
Octal 164 151 14
Decimal 116 105 12
Hex 74 69 C

RGB Percentages of Color #74690c

%49.79
%45.06
%5.15

CMYK Percentages of Color #74690c

%0
%9
%90
%55

Triadic Colors of #74690c

#74690c #0c7469 #690c74

Analogous Colors of #74690c

#74690c #4b740c #74350c

Monochromatic Colors of #74690c

#74690c

Complementary Color

#74690c #0c1774

#74690c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74690c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74690c Color CSS Codes

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

#74690c Text Font Color

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

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


#74690c Background Color

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

This div background color is #74690c


#74690c Border Color

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

This div border color is #74690c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,105,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74690c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74690c;
  -webkit-box-shadow: 1px 1px 3px 2px #74690c;
  box-shadow:         1px 1px 3px 2px #74690c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74690c


Comments

No comments written yet.

Please login to write comment.