Html Css Color HEX #726F40 Hemlock

📋 copy color: '#726F40'

red 114 ◦ green 111 ◦ blue 64

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

Shades of Hemlock #726F40

Tints of Hemlock #726F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

 BLUE value IS 64 (25.39% from 255) = 22.15%

R = 39.45%
G = 38.41%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#726F40 (or 0x726F40) is known color: Hemlock. HEX triplet: 72, 6F and 40. RGB value is (114,111,64). Sum of RGB (Red+Green+Blue) = 114+111+64=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #726F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F40 is #8D90BF. Grayscale: #6A6A6A. Windows color (decimal): -9277632 or 4222834. OLE color: 4222834.

HSL color Cylindrical-coordinate representation of color #726F40: hue angle of 56.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726F40 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 111 64 -
CMYK 0 0.03 0.44 0.55
HSL 56.4º 0.28% 0.35% -
HSV(B) 56.4º 0.44% 0.45% -
XYZ 13.55 15.32 7.09 -
YUV 106.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 114 111 64 0 0.03 0.44 0.55 56.4 0.28 0.35
Hex 72 6F 40 0 3 2C 37 38 1C 23
Octal 162 157 100 0 3 54 67 70 34 43
Binary 1110010 1101111 1000000 0 11 101100 110111 111000 11100 100011

Color Harmonies of #726F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F40

Black with #726F40

Text Example


Text Example

White with #726F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726F40; }

 p { color: rgb(114,111,64); }

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

background-color css

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

 a { background-color: rgb(114,111,64); }

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

border-color css

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

 span { border-color: rgb(114,111,64); }

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