#72714F

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

Shades of Hemlock #72714F

Tints of Hemlock #72714F

Color information

#72714F (or 0x72714F) is unknown color: approx Hemlock. HEX triplet: 72, 71 and 4F. RGB value is (114,113,79). Sum of RGB (Red+Green+Blue) = 114+113+79=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72714F is #8D8EB0. Grayscale: #6D6D6D. Windows color (decimal): -9277105 or 5206386. OLE color: 5206386.

HSL color Cylindrical-coordinate representation of color #72714F: hue angle of 58.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72714F is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB11411379-
CMYK00.010.310.55
HSL58.29º18.13%37.84%-
HSV(B)58.29º30.7%44.71%-
XYZ14.2615.959.72-
YUV109.42110.83131.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=37.25%
G=36.93%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141137900.010.310.5558.2918.1337.84
Hex72714F011F373a1226
Octal162161117013767722246
Binary111001011100011001111011111111011111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72714F; }

 p { color: rgb(114,113,79); }

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

<style>
 a { background-color: #72714F; }

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

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

<style>
 span { border-color: #72714F; }

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

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