Html Css Color HEX #727047 Hemlock

📋 copy color: '#727047'

red 114 ◦ green 112 ◦ blue 71

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

Shades of Hemlock #727047

Tints of Hemlock #727047

RGB

 RED value IS 114 (44.92% from 255) = 38.38%

 GREEN value IS 112 (44.14% from 255) = 37.71%

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 38.38%
G = 37.71%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#727047 (or 0x727047) is known color: Hemlock. HEX triplet: 72, 70 and 47. RGB value is (114,112,71). Sum of RGB (Red+Green+Blue) = 114+112+71=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #727047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727047 is #8D8FB8. Grayscale: #6C6C6C. Windows color (decimal): -9277369 or 4681842. OLE color: 4681842.

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

Color convert

RGB 114 112 71 -
CMYK 0 0.02 0.38 0.55
HSL 57.21º 0.23% 0.36% -
HSV(B) 57.21º 0.38% 0.45% -
XYZ 13.87 15.62 8.25 -
YUV 107.92 107.16 132.33 -
System Red Green Blue C M Y K H S L
Decimal 114 112 71 0 0.02 0.38 0.55 57.21 0.23 0.36
Hex 72 70 47 0 2 26 37 39 17 24
Octal 162 160 107 0 2 46 67 71 27 44
Binary 1110010 1110000 1000111 0 10 100110 110111 111001 10111 100100

Color Harmonies of #727047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727047

Black with #727047

Text Example


Text Example

White with #727047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727047; }

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

 H1.HeaderClassName
 {
   color: #727047;
 }
 .AnyTagClassName
 {
   color: #727047;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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