Html Css Color HEX #806F76 Empress

📋 copy color: '#806F76'

red 128 ◦ green 111 ◦ blue 118

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

Shades of Empress #806F76

Tints of Empress #806F76

RGB

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

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

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

R = 35.85%
G = 31.09%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#806F76 (or 0x806F76) is known color: Empress. HEX triplet: 80, 6F and 76. RGB value is (128,111,118). Sum of RGB (Red+Green+Blue) = 128+111+118=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #806F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F76 is #7F9089. Grayscale: #747474. Windows color (decimal): -8360074 or 7761792. OLE color: 7761792.

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

Color convert

RGB 128 111 118 -
CMYK 0 0.13 0.08 0.50
HSL 335.29º 0.07% 0.47% -
HSV(B) 335.29º 0.13% 0.5% -
XYZ 17.86 17.27 19.53 -
YUV 116.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 128 111 118 0 0.13 0.08 0.50 335.29 0.07 0.47
Hex 80 6F 76 0 D 8 32 14F 7 2F
Octal 200 157 166 0 15 10 62 517 7 57
Binary 10000000 1101111 1110110 0 1101 1000 110010 101001111 111 101111

Color Harmonies of #806F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806F76

Black with #806F76

Text Example


Text Example

White with #806F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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