Html Css Color HEX #80666E Empress

📋 copy color: '#80666E'

red 128 ◦ green 102 ◦ blue 110

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

Shades of Empress #80666E

Tints of Empress #80666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

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

R = 37.65%
G = 30%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80666E (or 0x80666E) is known color: Empress. HEX triplet: 80, 66 and 6E. RGB value is (128,102,110). Sum of RGB (Red+Green+Blue) = 128+102+110=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80666E is #7F9991. Grayscale: #6E6E6E. Windows color (decimal): -8362386 or 7235200. OLE color: 7235200.

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

Color convert

RGB 128 102 110 -
CMYK 0 0.20 0.14 0.50
HSL 341.54º 0.11% 0.45% -
HSV(B) 341.54º 0.2% 0.5% -
XYZ 16.47 15.22 16.82 -
YUV 110.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 128 102 110 0 0.20 0.14 0.50 341.54 0.11 0.45
Hex 80 66 6E 0 14 E 32 156 B 2D
Octal 200 146 156 0 24 16 62 526 13 55
Binary 10000000 1100110 1101110 0 10100 1110 110010 101010110 1011 101101

Color Harmonies of #80666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80666E

Black with #80666E

Text Example


Text Example

White with #80666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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