#727042

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

Shades of Hemlock #727042

Tints of Hemlock #727042

Color information

#727042 (or 0x727042) is unknown color: approx Hemlock. HEX triplet: 72, 70 and 42. RGB value is (114,112,66). Sum of RGB (Red+Green+Blue) = 114+112+66=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #727042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727042 is #8D8FBD. Grayscale: #6B6B6B. Windows color (decimal): -9277374 or 4354162. OLE color: 4354162.

HSL color Cylindrical-coordinate representation of color #727042: hue angle of 57.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #727042 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB11411266-
CMYK00.020.420.55
HSL57.5º26.67%35.29%-
HSV(B)57.5º42.11%44.71%-
XYZ13.7215.567.43-
YUV107.35104.66132.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=39.04%
G=38.36%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141126600.020.420.5557.526.6735.29
Hex727042022A373a1b23
Octal162160102025267723343
Binary11100101110000100001001010101011011111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727042; }

 p { color: rgb(114,112,66); }

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

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

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

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

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

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

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