Color Hex Logo

#74807a Color Hex

#74807A
(116,128,122)
0 Favorites   0 Comments

Color spaces of #74807a

RGB 116128122
HSL0.420.050.48
HSV150°50°
CMYK 0.090.000.05   0.50
XYZ18.434520.556521.4086
Yxy20.55650.30520.3403
Hunter Lab45.3393-6.76743.7415
CIE-Lab52.4607-5.66521.7375

#74807a color RGB value is (116,128,122).

#74807a hex color red value is 116, green value is 128 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #74807a hue: 0.42 , saturation: 0.05 and the lightness value of 74807a is 0.48.

The process color (four color CMYK) of #74807a color hex is 0.09, 0.00, 0.05, 0.50. Web safe color of #74807a is #669966. Color #74807a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10000000 01111010
Octal 164 200 172
Decimal 116 128 122
Hex 74 80 7A

RGB Percentages of Color #74807a

%31.69
%34.97
%33.33

CMYK Percentages of Color #74807a

%9
%0
%5
%50

Triadic Colors of #74807a

#74807a #7a7480 #807a74

Analogous Colors of #74807a

#74807a #748080 #748074

Monochromatic Colors of #74807a

#74807a

Complementary Color

#74807a #80747a

#74807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74807a Color CSS Codes

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

#74807a Text Font Color

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

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


#74807a Background Color

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

This div background color is #74807a


#74807a Border Color

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

This div border color is #74807a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,128,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74807a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74807a;
  -webkit-box-shadow: 1px 1px 3px 2px #74807a;
  box-shadow:         1px 1px 3px 2px #74807a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74807a


Comments

No comments written yet.

Please login to write comment.