Color Hex Logo

#74815b Color Hex

#74815B
(116,129,91)
0 Favorites   0 Comments

Color spaces of #74815b

RGB 11612991
HSL0.220.170.43
HSV81°29°51°
CMYK 0.100.000.29   0.49
XYZ16.941020.168812.8976
Yxy20.16880.33880.4033
Hunter Lab44.9097-11.257514.4093
CIE-Lab52.0275-11.835419.0659

#74815b color RGB value is (116,129,91).

#74815b hex color red value is 116, green value is 129 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #74815b hue: 0.22 , saturation: 0.17 and the lightness value of 74815b is 0.43.

The process color (four color CMYK) of #74815b color hex is 0.10, 0.00, 0.29, 0.49. Web safe color of #74815b is #669966. Color #74815b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000001 01011011
Octal 164 201 133
Decimal 116 129 91
Hex 74 81 5B

RGB Percentages of Color #74815b

%34.52
%38.39
%27.08

CMYK Percentages of Color #74815b

%10
%0
%29
%49

Triadic Colors of #74815b

#74815b #5b7481 #815b74

Analogous Colors of #74815b

#74815b #61815b #817b5b

Monochromatic Colors of #74815b

#74815b

Complementary Color

#74815b #685b81

#74815b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74815b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74815b Color CSS Codes

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

#74815b Text Font Color

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

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


#74815b Background Color

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

This div background color is #74815b


#74815b Border Color

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

This div border color is #74815b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,129,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74815b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74815b;
  -webkit-box-shadow: 1px 1px 3px 2px #74815b;
  box-shadow:         1px 1px 3px 2px #74815b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74815b


Comments

No comments written yet.

Please login to write comment.