#72724B

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

Shades of Hemlock #72724B

Tints of Hemlock #72724B

Color information

#72724B (or 0x72724B) is unknown color: approx Hemlock. HEX triplet: 72, 72 and 4B. RGB value is (114,114,75). Sum of RGB (Red+Green+Blue) = 114+114+75=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 114 - color contains mainly: red, green. Hex color #72724B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72724B is #8D8DB4. Grayscale: #6D6D6D. Windows color (decimal): -9276853 or 4944498. OLE color: 4944498.

HSL color Cylindrical-coordinate representation of color #72724B: hue angle of 60º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72724B is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB11411475-
CMYK000.340.55
HSL60º20.63%37.06%-
HSV(B)60º34.21%44.71%-
XYZ14.2316.129.02-
YUV109.55108.5131.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=37.62%
G=37.62%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411475000.340.556020.6337.06
Hex72724B0022373c1525
Octal162162113004267742545
Binary1110010111001010010110010001011011111110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72724B; }

 p { color: rgb(114,114,75); }

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

<style>
 a { background-color: #72724B; }

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

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

<style>
 span { border-color: #72724B; }

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

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