#877393

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

Shades of Topaz #877393

Tints of Topaz #877393

Color information

#877393 (or 0x877393) is unknown color: approx Topaz. HEX triplet: 87, 73 and 93. RGB value is (135,115,147). Sum of RGB (Red+Green+Blue) = 135+115+147=397 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.01% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 147 - color contains mainly: blue. Hex color #877393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877393 is #788C6C. Grayscale: #7C7C7C. Windows color (decimal): -7900269 or 9663367. OLE color: 9663367.

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

Color convert

RGB135115147-
CMYK0.080.2200.42
HSL277.5º12.9%51.37%-
HSV(B)277.5º21.77%57.65%-
XYZ21.3919.5230.24-
YUV124.63140.63135.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.01%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=34.01%
G=28.97%
B=37.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351151470.080.2200.42277.512.951.37
Hex87739381602A116d33
Octal20716322310260524261563
Binary1000011111100111001001110001011001010101000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877393; }

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

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

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

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

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

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

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

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