Html Css Color HEX #726F49 Hemlock

📋 copy color: '#726F49'

red 114 ◦ green 111 ◦ blue 73

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

Shades of Hemlock #726F49

Tints of Hemlock #726F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 38.26%
G = 37.25%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#726F49 (or 0x726F49) is known color: Hemlock. HEX triplet: 72, 6F and 49. RGB value is (114,111,73). Sum of RGB (Red+Green+Blue) = 114+111+73=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #726F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726F49 is #8D90B6. Grayscale: #6B6B6B. Windows color (decimal): -9277623 or 4812658. OLE color: 4812658.

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

Color convert

RGB 114 111 73 -
CMYK 0 0.03 0.36 0.55
HSL 55.61º 0.22% 0.37% -
HSV(B) 55.61º 0.36% 0.45% -
XYZ 13.83 15.43 8.55 -
YUV 107.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 114 111 73 0 0.03 0.36 0.55 55.61 0.22 0.37
Hex 72 6F 49 0 3 24 37 38 16 25
Octal 162 157 111 0 3 44 67 70 26 45
Binary 1110010 1101111 1001001 0 11 100100 110111 111000 10110 100101

Color Harmonies of #726F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726F49

Black with #726F49

Text Example


Text Example

White with #726F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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