Html Css Color HEX #72704B Hemlock

📋 copy color: '#72704B'

red 114 ◦ green 112 ◦ blue 75

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

Shades of Hemlock #72704B

Tints of Hemlock #72704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 37.87%
G = 37.21%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72704B (or 0x72704B) is known color: Hemlock. HEX triplet: 72, 70 and 4B. RGB value is (114,112,75). Sum of RGB (Red+Green+Blue) = 114+112+75=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #72704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72704B is #8D8FB4. Grayscale: #6C6C6C. Windows color (decimal): -9277365 or 4943986. OLE color: 4943986.

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

Color convert

RGB 114 112 75 -
CMYK 0 0.02 0.34 0.55
HSL 56.92º 0.21% 0.37% -
HSV(B) 56.92º 0.34% 0.45% -
XYZ 14 15.67 8.94 -
YUV 108.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 114 112 75 0 0.02 0.34 0.55 56.92 0.21 0.37
Hex 72 70 4B 0 2 22 37 39 15 25
Octal 162 160 113 0 2 42 67 71 25 45
Binary 1110010 1110000 1001011 0 10 100010 110111 111001 10101 100101

Color Harmonies of #72704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72704B

Black with #72704B

Text Example


Text Example

White with #72704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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