Html Css Color HEX #726E45 Hemlock

📋 copy color: '#726E45'

red 114 ◦ green 110 ◦ blue 69

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

Shades of Hemlock #726E45

Tints of Hemlock #726E45

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.54%

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 38.91%
G = 37.54%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#726E45 (or 0x726E45) is known color: Hemlock. HEX triplet: 72, 6E and 45. RGB value is (114,110,69). Sum of RGB (Red+Green+Blue) = 114+110+69=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #726E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E45 is #8D91BA. Grayscale: #6A6A6A. Windows color (decimal): -9277883 or 4550258. OLE color: 4550258.

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

Color convert

RGB 114 110 69 -
CMYK 0 0.04 0.39 0.55
HSL 54.67º 0.25% 0.36% -
HSV(B) 54.67º 0.39% 0.45% -
XYZ 13.59 15.16 7.84 -
YUV 106.52 106.83 133.33 -
System Red Green Blue C M Y K H S L
Decimal 114 110 69 0 0.04 0.39 0.55 54.67 0.25 0.36
Hex 72 6E 45 0 4 27 37 37 19 24
Octal 162 156 105 0 4 47 67 67 31 44
Binary 1110010 1101110 1000101 0 100 100111 110111 110111 11001 100100

Color Harmonies of #726E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E45

Black with #726E45

Text Example


Text Example

White with #726E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,110,69); }

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

background-color css

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

 a { background-color: rgb(114,110,69); }

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

border-color css

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

 span { border-color: rgb(114,110,69); }

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