Html Css Color HEX #726F4F Hemlock

📋 copy color: '#726F4F'

red 114 ◦ green 111 ◦ blue 79

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

Shades of Hemlock #726F4F

Tints of Hemlock #726F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 37.5%
G = 36.51%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#726F4F (or 0x726F4F) is known color: Hemlock. HEX triplet: 72, 6F and 4F. RGB value is (114,111,79). Sum of RGB (Red+Green+Blue) = 114+111+79=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #726F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F4F is #8D90B0. Grayscale: #6C6C6C. Windows color (decimal): -9277617 or 5205874. OLE color: 5205874.

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

Color convert

RGB 114 111 79 -
CMYK 0 0.03 0.31 0.55
HSL 54.86º 0.18% 0.38% -
HSV(B) 54.86º 0.31% 0.45% -
XYZ 14.04 15.51 9.65 -
YUV 108.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 114 111 79 0 0.03 0.31 0.55 54.86 0.18 0.38
Hex 72 6F 4F 0 3 1F 37 37 12 26
Octal 162 157 117 0 3 37 67 67 22 46
Binary 1110010 1101111 1001111 0 11 11111 110111 110111 10010 100110

Color Harmonies of #726F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F4F

Black with #726F4F

Text Example


Text Example

White with #726F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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