#87797B

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

Shades of Empress #87797B

Tints of Empress #87797B

Color information

#87797B (or 0x87797B) is unknown color: approx Empress. HEX triplet: 87, 79 and 7B. RGB value is (135,121,123). Sum of RGB (Red+Green+Blue) = 135+121+123=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #87797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87797B is #788684. Grayscale: #7D7D7D. Windows color (decimal): -7898757 or 8092039. OLE color: 8092039.

HSL color Cylindrical-coordinate representation of color #87797B: hue angle of 351.43º 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 #87797B is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB135121123-
CMYK00.100.090.47
HSL351.43º5.51%50.2%-
HSV(B)351.43º10.37%52.94%-
XYZ20.420.2621.57-
YUV125.41126.64134.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 123 (48.44% from 255) = 32.45%
R=35.62%
G=31.93%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512112300.100.090.47351.435.5150.2
Hex87797B0A92F15f632
Octal2071711730121157537662
Binary1000011111110011111011010101001101111101011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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