Html Css Color HEX #72704A Hemlock

📋 copy color: '#72704A'

red 114 ◦ green 112 ◦ blue 74

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

Shades of Hemlock #72704A

Tints of Hemlock #72704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.67%

R = 38%
G = 37.33%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#72704A (or 0x72704A) is known color: Hemlock. HEX triplet: 72, 70 and 4A. RGB value is (114,112,74). Sum of RGB (Red+Green+Blue) = 114+112+74=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #72704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72704A is #8D8FB5. Grayscale: #6C6C6C. Windows color (decimal): -9277366 or 4878450. OLE color: 4878450.

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

Color convert

RGB 114 112 74 -
CMYK 0 0.02 0.35 0.55
HSL 57º 0.21% 0.37% -
HSV(B) 57º 0.35% 0.45% -
XYZ 13.97 15.66 8.77 -
YUV 108.27 108.66 132.09 -
System Red Green Blue C M Y K H S L
Decimal 114 112 74 0 0.02 0.35 0.55 57 0.21 0.37
Hex 72 70 4A 0 2 23 37 39 15 25
Octal 162 160 112 0 2 43 67 71 25 45
Binary 1110010 1110000 1001010 0 10 100011 110111 111001 10101 100101

Color Harmonies of #72704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72704A

Black with #72704A

Text Example


Text Example

White with #72704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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