#877290

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

Shades of Topaz #877290

Tints of Topaz #877290

Color information

#877290 (or 0x877290) is unknown color: approx Topaz. HEX triplet: 87, 72 and 90. RGB value is (135,114,144). Sum of RGB (Red+Green+Blue) = 135+114+144=393 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.35% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #877290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877290 is #788D6F. Grayscale: #7B7B7B. Windows color (decimal): -7900528 or 9466503. OLE color: 9466503.

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

Color convert

RGB135114144-
CMYK0.060.2100.44
HSL282º11.9%50.59%-
HSV(B)282º20.83%56.47%-
XYZ21.0419.228.98-
YUV123.7139.46136.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.35%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 144 (56.64% from 255) = 36.64%
R=34.35%
G=29.01%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351141440.060.2100.4428211.950.59
Hex87729061502C11ac33
Octal2071622206250544321463
Binary100001111110010100100001101010101011001000110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877290; }

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

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

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

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

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

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

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

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