#878292

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

Shades of Topaz #878292

Tints of Topaz #878292

Color information

#878292 (or 0x878292) is unknown color: approx Topaz. HEX triplet: 87, 82 and 92. RGB value is (135,130,146). Sum of RGB (Red+Green+Blue) = 135+130+146=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 146 - color contains mainly: blue. Hex color #878292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878292 is #787D6D. Grayscale: #858585. Windows color (decimal): -7896430 or 9601671. OLE color: 9601671.

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

Color convert

RGB135130146-
CMYK0.080.1100.43
HSL258.75º6.84%54.12%-
HSV(B)258.75º10.96%57.25%-
XYZ23.1623.1930.45-
YUV133.32135.16129.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=32.85%
G=31.63%
B=35.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1351301460.080.1100.43258.756.8454.12
Hex8782928B02B103736
Octal2072022221013053403766
Binary100001111000001010010010100010110101011100000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878292; }

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

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

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

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

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

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

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

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