Html Css Color HEX #80686E Empress

📋 copy color: '#80686E'

red 128 ◦ green 104 ◦ blue 110

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

Shades of Empress #80686E

Tints of Empress #80686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

 BLUE value IS 110 (43.36% from 255) = 32.16%

R = 37.43%
G = 30.41%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80686E (or 0x80686E) is known color: Empress. HEX triplet: 80, 68 and 6E. RGB value is (128,104,110). Sum of RGB (Red+Green+Blue) = 128+104+110=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #80686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80686E is #7F9791. Grayscale: #6F6F6F. Windows color (decimal): -8361874 or 7235712. OLE color: 7235712.

HSL color Cylindrical-coordinate representation of color #80686E: hue angle of 345º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80686E is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 110 -
CMYK 0 0.19 0.14 0.50
HSL 345º 0.1% 0.45% -
HSV(B) 345º 0.19% 0.5% -
XYZ 16.67 15.62 16.89 -
YUV 111.86 126.95 139.51 -
System Red Green Blue C M Y K H S L
Decimal 128 104 110 0 0.19 0.14 0.50 345 0.1 0.45
Hex 80 68 6E 0 13 E 32 159 A 2D
Octal 200 150 156 0 23 16 62 531 12 55
Binary 10000000 1101000 1101110 0 10011 1110 110010 101011001 1010 101101

Color Harmonies of #80686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80686E

Black with #80686E

Text Example


Text Example

White with #80686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80686E; }

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

 H1.HeaderClassName
 {
   color: #80686E;
 }
 .AnyTagClassName
 {
   color: #80686E;
 }
</style>

background-color css

<style>
 a { background-color: #80686E; }

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

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

border-color css

<style>
 span { border-color: #80686E; }

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

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