#877890

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

Shades of Topaz #877890

Tints of Topaz #877890

Color information

#877890 (or 0x877890) is unknown color: approx Topaz. HEX triplet: 87, 78 and 90. RGB value is (135,120,144). Sum of RGB (Red+Green+Blue) = 135+120+144=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #877890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877890 is #78876F. Grayscale: #7F7F7F. Windows color (decimal): -7898992 or 9468039. OLE color: 9468039.

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

Color convert

RGB135120144-
CMYK0.060.1700.44
HSL277.5º9.76%51.76%-
HSV(B)277.5º16.67%56.47%-
XYZ21.7420.629.22-
YUV127.22137.47133.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=33.83%
G=30.08%
B=36.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351201440.060.1700.44277.59.7651.76
Hex87789061102C116a34
Octal2071702206210544261264
Binary100001111111000100100001101000101011001000101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877890; }

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

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

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

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

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

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

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

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