Html Css Color HEX #72714C Hemlock

📋 copy color: '#72714C'

red 114 ◦ green 113 ◦ blue 76

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

Shades of Hemlock #72714C

Tints of Hemlock #72714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

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

R = 37.62%
G = 37.29%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72714C (or 0x72714C) is known color: Hemlock. HEX triplet: 72, 71 and 4C. RGB value is (114,113,76). Sum of RGB (Red+Green+Blue) = 114+113+76=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #72714C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72714C is #8D8EB3. Grayscale: #6D6D6D. Windows color (decimal): -9277108 or 5009778. OLE color: 5009778.

HSL color Cylindrical-coordinate representation of color #72714C: hue angle of 58.42º 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 #72714C is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 76 -
CMYK 0 0.01 0.33 0.55
HSL 58.42º 0.2% 0.37% -
HSV(B) 58.42º 0.33% 0.45% -
XYZ 14.15 15.91 9.16 -
YUV 109.08 109.33 131.51 -
System Red Green Blue C M Y K H S L
Decimal 114 113 76 0 0.01 0.33 0.55 58.42 0.2 0.37
Hex 72 71 4C 0 1 21 37 3A 14 25
Octal 162 161 114 0 1 41 67 72 24 45
Binary 1110010 1110001 1001100 0 1 100001 110111 111010 10100 100101

Color Harmonies of #72714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72714C

Black with #72714C

Text Example


Text Example

White with #72714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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