#87797A

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

Shades of Empress #87797A

Tints of Empress #87797A

Color information

#87797A (or 0x87797A) is unknown color: approx Empress. HEX triplet: 87, 79 and 7A. RGB value is (135,121,122). Sum of RGB (Red+Green+Blue) = 135+121+122=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #87797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87797A is #788685. Grayscale: #7D7D7D. Windows color (decimal): -7898758 or 8026503. OLE color: 8026503.

HSL color Cylindrical-coordinate representation of color #87797A: hue angle of 355.71º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87797A is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB135121122-
CMYK00.100.100.47
HSL355.71º5.51%50.2%-
HSV(B)355.71º10.37%52.94%-
XYZ20.3420.2321.25-
YUV125.3126.14134.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=35.71%
G=32.01%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512112200.100.100.47355.715.5150.2
Hex87797A0AA2F164632
Octal2071711720121257544662
Binary1000011111110011111010010101010101111101100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,121,122); }

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

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

 a { background-color: rgb(135,121,122); }

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

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

 span { border-color: rgb(135,121,122); }

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