#878092

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

Shades of Topaz #878092

Tints of Topaz #878092

Color information

#878092 (or 0x878092) is unknown color: approx Topaz. HEX triplet: 87, 80 and 92. RGB value is (135,128,146). Sum of RGB (Red+Green+Blue) = 135+128+146=409 (54% of max value = 765). Red value is 135 (53.12% from 255 or 33.01% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 146 - color contains mainly: blue. Hex color #878092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878092 is #787F6D. Grayscale: #848484. Windows color (decimal): -7896942 or 9601159. OLE color: 9601159.

HSL color Cylindrical-coordinate representation of color #878092: hue angle of 263.33º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #878092 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB135128146-
CMYK0.080.1200.43
HSL263.33º7.63%53.73%-
HSV(B)263.33º12.33%57.25%-
XYZ22.922.6630.36-
YUV132.14135.82130.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.01%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 146 (57.42% from 255) = 35.70%
R=33.01%
G=31.30%
B=35.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351281460.080.1200.43263.337.6353.73
Hex8780928C02B107836
Octal20720022210140534071066
Binary1000011110000000100100101000110001010111000001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878092; }

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

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

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

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

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

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

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

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