#877993

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

Shades of Topaz #877993

Tints of Topaz #877993

Color information

#877993 (or 0x877993) is unknown color: approx Topaz. HEX triplet: 87, 79 and 93. RGB value is (135,121,147). Sum of RGB (Red+Green+Blue) = 135+121+147=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 121 (47.66% from 255 or 30.02% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 147 - color contains mainly: blue. Hex color #877993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877993 is #78866C. Grayscale: #808080. Windows color (decimal): -7898733 or 9664903. OLE color: 9664903.

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

Color convert

RGB135121147-
CMYK0.080.1800.42
HSL272.31º10.74%52.55%-
HSV(B)272.31º17.69%57.65%-
XYZ22.120.9330.48-
YUV128.15138.64132.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 121 (47.66% from 255) = 30.02%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=33.50%
G=30.02%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351211470.080.1800.42272.3110.7452.55
Hex87799381202A110b35
Octal20717122310220524201365
Binary1000011111110011001001110001001001010101000100001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877993; }

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

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

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

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

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

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

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

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