#878392

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

Shades of Topaz #878392

Tints of Topaz #878392

Color information

#878392 (or 0x878392) is unknown color: approx Topaz. HEX triplet: 87, 83 and 92. RGB value is (135,131,146). Sum of RGB (Red+Green+Blue) = 135+131+146=412 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.77% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 146 - color contains mainly: blue. Hex color #878392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878392 is #787C6D. Grayscale: #858585. Windows color (decimal): -7896174 or 9601927. OLE color: 9601927.

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

Color convert

RGB135131146-
CMYK0.080.1000.43
HSL256º6.44%54.31%-
HSV(B)256º10.27%57.25%-
XYZ23.323.4630.49-
YUV133.91134.83128.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.77%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=32.77%
G=31.80%
B=35.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351311460.080.1000.432566.4454.31
Hex8783928A02B100636
Octal2072032221012053400666
Binary100001111000001110010010100010100101011100000000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878392; }

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

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

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

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

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

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

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

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