#87767A

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

Shades of Empress #87767A

Tints of Empress #87767A

Color information

#87767A (or 0x87767A) is unknown color: approx Empress. HEX triplet: 87, 76 and 7A. RGB value is (135,118,122). Sum of RGB (Red+Green+Blue) = 135+118+122=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87767A is #788985. Grayscale: #7B7B7B. Windows color (decimal): -7899526 or 8025735. OLE color: 8025735.

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

Color convert

RGB135118122-
CMYK00.130.100.47
HSL345.88º6.72%49.61%-
HSV(B)345.88º12.59%52.94%-
XYZ19.9819.5121.13-
YUV123.54127.13136.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=36%
G=31.47%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511812200.130.100.47345.886.7249.61
Hex87767A0DA2F15a732
Octal2071661720151257532762
Binary1000011111101101111010011011010101111101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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