#74724D

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

Shades of Hemlock #74724D

Tints of Hemlock #74724D

Color information

#74724D (or 0x74724D) is unknown color: approx Hemlock. HEX triplet: 74, 72 and 4D. RGB value is (116,114,77). Sum of RGB (Red+Green+Blue) = 116+114+77=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74724D is #8B8DB2. Grayscale: #6E6E6E. Windows color (decimal): -9145779 or 5075572. OLE color: 5075572.

HSL color Cylindrical-coordinate representation of color #74724D: hue angle of 56.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74724D is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB11611477-
CMYK00.020.340.55
HSL56.92º20.21%37.84%-
HSV(B)56.92º33.62%45.49%-
XYZ14.5616.289.4-
YUV110.38109.16132.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.79%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=37.79%
G=37.13%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161147700.020.340.5556.9220.2137.84
Hex74724D022237391426
Octal164162115024267712446
Binary11101001110010100110101010001011011111100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,114,77); }

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

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

 a { background-color: rgb(116,114,77); }

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

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

 span { border-color: rgb(116,114,77); }

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