Html Css Color HEX #806E72 Empress

📋 copy color: '#806E72'

red 128 ◦ green 110 ◦ blue 114

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

Shades of Empress #806E72

Tints of Empress #806E72

RGB

 RED value IS 128 (50.39% from 255) = 36.36%

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

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 36.36%
G = 31.25%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#806E72 (or 0x806E72) is known color: Empress. HEX triplet: 80, 6E and 72. RGB value is (128,110,114). Sum of RGB (Red+Green+Blue) = 128+110+114=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #806E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E72 is #7F918D. Grayscale: #737373. Windows color (decimal): -8360334 or 7499392. OLE color: 7499392.

HSL color Cylindrical-coordinate representation of color #806E72: hue angle of 346.67º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #806E72 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 110 114 -
CMYK 0 0.14 0.11 0.50
HSL 346.67º 0.08% 0.47% -
HSV(B) 346.67º 0.14% 0.5% -
XYZ 17.52 16.96 18.27 -
YUV 115.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 128 110 114 0 0.14 0.11 0.50 346.67 0.08 0.47
Hex 80 6E 72 0 E B 32 15B 8 2F
Octal 200 156 162 0 16 13 62 533 10 57
Binary 10000000 1101110 1110010 0 1110 1011 110010 101011011 1000 101111

Color Harmonies of #806E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E72

Black with #806E72

Text Example


Text Example

White with #806E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806E72; }

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

 H1.HeaderClassName
 {
   color: #806E72;
 }
 .AnyTagClassName
 {
   color: #806E72;
 }
</style>

background-color css

<style>
 a { background-color: #806E72; }

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

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

border-color css

<style>
 span { border-color: #806E72; }

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

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