#87787B

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

Shades of Empress #87787B

Tints of Empress #87787B

Color information

#87787B (or 0x87787B) is unknown color: approx Empress. HEX triplet: 87, 78 and 7B. RGB value is (135,120,123). Sum of RGB (Red+Green+Blue) = 135+120+123=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #87787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87787B is #788784. Grayscale: #7C7C7C. Windows color (decimal): -7899013 or 8091783. OLE color: 8091783.

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

Color convert

RGB135120123-
CMYK00.110.090.47
HSL348º5.88%50%-
HSV(B)348º11.11%52.94%-
XYZ20.2820.0121.53-
YUV124.83126.97135.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=35.71%
G=31.75%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512012300.110.090.473485.8850
Hex87787B0B92F15c632
Octal2071701730131157534662
Binary1000011111110001111011010111001101111101011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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