#878393

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

Shades of Topaz #878393

Tints of Topaz #878393

Color information

#878393 (or 0x878393) is unknown color: approx Topaz. HEX triplet: 87, 83 and 93. RGB value is (135,131,147). Sum of RGB (Red+Green+Blue) = 135+131+147=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #878393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878393 is #787C6C. Grayscale: #858585. Windows color (decimal): -7896173 or 9667463. OLE color: 9667463.

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

Color convert

RGB135131147-
CMYK0.080.1100.42
HSL255º6.9%54.51%-
HSV(B)255º10.88%57.65%-
XYZ23.3723.4930.91-
YUV134.02135.33128.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.69%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=32.69%
G=31.72%
B=35.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351311470.080.1100.422556.954.51
Hex8783938B02Aff737
Octal2072032231013052377767
Binary10000111100000111001001110001011010101011111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878393; }

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

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

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

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

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

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

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

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