#87686A

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

Shades of Empress #87686A

Tints of Empress #87686A

Color information

#87686A (or 0x87686A) is unknown color: approx Empress. HEX triplet: 87, 68 and 6A. RGB value is (135,104,106). Sum of RGB (Red+Green+Blue) = 135+104+106=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #87686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87686A is #789795. Grayscale: #717171. Windows color (decimal): -7903126 or 6973575. OLE color: 6973575.

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

Color convert

RGB135104106-
CMYK00.230.210.47
HSL356.13º12.97%46.86%-
HSV(B)356.13º22.96%52.94%-
XYZ17.5416.0915.82-
YUV113.5123.77143.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.13%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=39.13%
G=30.14%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510410600.230.210.47356.1312.9746.86
Hex87686A017152F164d2f
Octal20715015202725575441557
Binary1000011111010001101010010111101011011111011001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,104,106); }

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

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

 a { background-color: rgb(135,104,106); }

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

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

 span { border-color: rgb(135,104,106); }

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