#877190

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

Shades of Topaz #877190

Tints of Topaz #877190

Color information

#877190 (or 0x877190) is unknown color: approx Topaz. HEX triplet: 87, 71 and 90. RGB value is (135,113,144). Sum of RGB (Red+Green+Blue) = 135+113+144=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #877190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877190 is #788E6F. Grayscale: #7B7B7B. Windows color (decimal): -7900784 or 9466247. OLE color: 9466247.

HSL color Cylindrical-coordinate representation of color #877190: hue angle of 282.58º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #877190 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB135113144-
CMYK0.060.2200.44
HSL282.58º12.25%50.39%-
HSV(B)282.58º21.53%56.47%-
XYZ20.9318.9728.94-
YUV123.11139.79136.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.44%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=34.44%
G=28.83%
B=36.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351131440.060.2200.44282.5812.2550.39
Hex87719061602C11bc32
Octal2071612206260544331462
Binary100001111110001100100001101011001011001000110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877190; }

 p { color: rgb(135,113,144); }

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

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

 a { background-color: rgb(135,113,144); }

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

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

 span { border-color: rgb(135,113,144); }

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