Html Css Color HEX #72704C Hemlock

📋 copy color: '#72704C'

red 114 ◦ green 112 ◦ blue 76

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

Shades of Hemlock #72704C

Tints of Hemlock #72704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.17%

R = 37.75%
G = 37.09%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72704C (or 0x72704C) is known color: Hemlock. HEX triplet: 72, 70 and 4C. RGB value is (114,112,76). Sum of RGB (Red+Green+Blue) = 114+112+76=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #72704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72704C is #8D8FB3. Grayscale: #6C6C6C. Windows color (decimal): -9277364 or 5009522. OLE color: 5009522.

HSL color Cylindrical-coordinate representation of color #72704C: hue angle of 56.84º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72704C is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 76 -
CMYK 0 0.02 0.33 0.55
HSL 56.84º 0.2% 0.37% -
HSV(B) 56.84º 0.33% 0.45% -
XYZ 14.04 15.69 9.13 -
YUV 108.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 114 112 76 0 0.02 0.33 0.55 56.84 0.2 0.37
Hex 72 70 4C 0 2 21 37 39 14 25
Octal 162 160 114 0 2 41 67 71 24 45
Binary 1110010 1110000 1001100 0 10 100001 110111 111001 10100 100101

Color Harmonies of #72704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72704C

Black with #72704C

Text Example


Text Example

White with #72704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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