#877490

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

Shades of Topaz #877490

Tints of Topaz #877490

Color information

#877490 (or 0x877490) is unknown color: approx Topaz. HEX triplet: 87, 74 and 90. RGB value is (135,116,144). Sum of RGB (Red+Green+Blue) = 135+116+144=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #877490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877490 is #788B6F. Grayscale: #7C7C7C. Windows color (decimal): -7900016 or 9467015. OLE color: 9467015.

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

Color convert

RGB135116144-
CMYK0.060.1900.44
HSL280.71º11.2%50.98%-
HSV(B)280.71º19.44%56.47%-
XYZ21.2719.6629.06-
YUV124.87138.79135.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.18%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=34.18%
G=29.37%
B=36.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351161440.060.1900.44280.7111.250.98
Hex87749061302C119b33
Octal2071642206230544311363
Binary100001111110100100100001101001101011001000110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877490; }

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

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

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

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

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

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

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

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