#80787A

Color #80787A Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #80787A

Tints of Empress #80787A

Color information

#80787A (or 0x80787A) is unknown color: approx Empress. HEX triplet: 80, 78 and 7A. RGB value is (128,120,122). Sum of RGB (Red+Green+Blue) = 128+120+122=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 128 - color contains mainly: red. Hex color #80787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80787A is #7F8785. Grayscale: #7A7A7A. Windows color (decimal): -8357766 or 8026240. OLE color: 8026240.

HSL color Cylindrical-coordinate representation of color #80787A: hue angle of 345º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #80787A is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB128120122-
CMYK00.060.050.50
HSL345º3.23%48.63%-
HSV(B)345º6.25%50.2%-
XYZ19.1319.4321.15-
YUV122.62127.65131.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.59%
GREEN value IS 120 (47.27% from 255) = 32.43%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=34.59%
G=32.43%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12812012200.060.050.503453.2348.63
Hex80787A06532159331
Octal20017017206562531361
Binary1000000011110001111010011010111001010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80787A; }

 p { color: rgb(128,120,122); }

 H1.HeaderClassName
 {
   color: #80787A;
 }
 .AnyTagClassName
 {
   color: #80787A;
 }
</style>
background-color css

<style>
 a { background-color: #80787A; }

 a { background-color: rgb(128,120,122); }

 div.DivClassName
 {
   background-color: #80787A;
 }
 .BgClassName
 {
   background-color: #80787A;
 }
</style>
border-color css

<style>
 span { border-color: #80787A; }

 span { border-color: rgb(128,120,122); }

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