#74805D

Color #74805D Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #74805D

Tints of Willow Grove #74805D

Color information

#74805D (or 0x74805D) is unknown color: approx Willow Grove. HEX triplet: 74, 80 and 5D. RGB value is (116,128,93). Sum of RGB (Red+Green+Blue) = 116+128+93=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #74805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74805D is #8B7FA2. Grayscale: #787878. Windows color (decimal): -9142179 or 6127732. OLE color: 6127732.

HSL color Cylindrical-coordinate representation of color #74805D: hue angle of 80.57º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74805D is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB11612893-
CMYK0.0900.270.50
HSL80.57º15.84%43.33%-
HSV(B)80.57º27.34%50.2%-
XYZ16.919.9413.31-
YUV120.42112.52124.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 93 (36.72% from 255) = 27.60%
R=34.42%
G=37.98%
B=27.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116128930.0900.270.5080.5715.8443.33
Hex74805D901B3251102b
Octal16420013511033621212053
Binary11101001000000010111011001011011110010101000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74805D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74805D; }

 p { color: rgb(116,128,93); }

 H1.HeaderClassName
 {
   color: #74805D;
 }
 .AnyTagClassName
 {
   color: #74805D;
 }
</style>
background-color css

<style>
 a { background-color: #74805D; }

 a { background-color: rgb(116,128,93); }

 div.DivClassName
 {
   background-color: #74805D;
 }
 .BgClassName
 {
   background-color: #74805D;
 }
</style>
border-color css

<style>
 span { border-color: #74805D; }

 span { border-color: rgb(116,128,93); }

 td.TdClassName
 {
   border-color: #74805D;
 }
 .TagClassName
 {
   border-color: #74805D;
 }
</style>