#878096

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

Shades of Topaz #878096

Tints of Topaz #878096

Color information

#878096 (or 0x878096) is unknown color: approx Topaz. HEX triplet: 87, 80 and 96. RGB value is (135,128,150). Sum of RGB (Red+Green+Blue) = 135+128+150=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 150 - color contains mainly: blue. Hex color #878096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878096 is #787F69. Grayscale: #848484. Windows color (decimal): -7896938 or 9863303. OLE color: 9863303.

HSL color Cylindrical-coordinate representation of color #878096: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #878096 is Cyan = 0.1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135128150-
CMYK0.10.1500.41
HSL259.09º9.48%54.51%-
HSV(B)259.09º14.67%58.82%-
XYZ23.2222.7932.03-
YUV132.6137.82129.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.69%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 150 (58.98% from 255) = 36.32%
R=32.69%
G=30.99%
B=36.32%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351281500.10.1500.41259.099.4854.51
Hex878096AF029103937
Octal20720022612170514031167
Binary1000011110000000100101101010111101010011000000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878096; }

 p { color: rgb(135,128,150); }

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

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

 a { background-color: rgb(135,128,150); }

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

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

 span { border-color: rgb(135,128,150); }

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