Html Css Color HEX #727042 Hemlock

📋 copy color: '#727042'

red 114 ◦ green 112 ◦ blue 66

#727042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #727042

Tints of Hemlock #727042

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.6%

R = 39.04%
G = 38.36%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#727042 (or 0x727042) is known color: 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

RGB 114 112 66 -
CMYK 0 0.02 0.42 0.55
HSL 57.5º 0.27% 0.35% -
HSV(B) 57.5º 0.42% 0.45% -
XYZ 13.72 15.56 7.43 -
YUV 107.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 114 112 66 0 0.02 0.42 0.55 57.5 0.27 0.35
Hex 72 70 42 0 2 2A 37 3A 1B 23
Octal 162 160 102 0 2 52 67 72 33 43
Binary 1110010 1110000 1000010 0 10 101010 110111 111010 11011 100011

Color Harmonies of #727042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727042

Black with #727042

Text Example


Text Example

White with #727042

Text Example


Text Example

HTML Codes & Css Web 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>