Html Css Color HEX #806E76 Empress

📋 copy color: '#806E76'

red 128 ◦ green 110 ◦ blue 118

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

Shades of Empress #806E76

Tints of Empress #806E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.15%

R = 35.96%
G = 30.9%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#806E76 (or 0x806E76) is known color: Empress. HEX triplet: 80, 6E and 76. RGB value is (128,110,118). Sum of RGB (Red+Green+Blue) = 128+110+118=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #806E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E76 is #7F9189. Grayscale: #747474. Windows color (decimal): -8360330 or 7761536. OLE color: 7761536.

HSL color Cylindrical-coordinate representation of color #806E76: hue angle of 333.33º 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 #806E76 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 110 118 -
CMYK 0 0.14 0.08 0.50
HSL 333.33º 0.08% 0.47% -
HSV(B) 333.33º 0.14% 0.5% -
XYZ 17.75 17.05 19.49 -
YUV 116.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 128 110 118 0 0.14 0.08 0.50 333.33 0.08 0.47
Hex 80 6E 76 0 E 8 32 14D 8 2F
Octal 200 156 166 0 16 10 62 515 10 57
Binary 10000000 1101110 1110110 0 1110 1000 110010 101001101 1000 101111

Color Harmonies of #806E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E76

Black with #806E76

Text Example


Text Example

White with #806E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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