#87686E

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

Shades of Empress #87686E

Tints of Empress #87686E

Color information

#87686E (or 0x87686E) is unknown color: approx Empress. HEX triplet: 87, 68 and 6E. RGB value is (135,104,110). Sum of RGB (Red+Green+Blue) = 135+104+110=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #87686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87686E is #789791. Grayscale: #717171. Windows color (decimal): -7903122 or 7235719. OLE color: 7235719.

HSL color Cylindrical-coordinate representation of color #87686E: hue angle of 348.39º 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 #87686E is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB135104110-
CMYK00.230.190.47
HSL348.39º12.97%46.86%-
HSV(B)348.39º22.96%52.94%-
XYZ17.7616.1816.94-
YUV113.95125.77143.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=38.68%
G=29.80%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510411000.230.190.47348.3912.9746.86
Hex87686E017132F15cd2f
Octal20715015602723575341557
Binary1000011111010001101110010111100111011111010111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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