#877390

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

Shades of Topaz #877390

Tints of Topaz #877390

Color information

#877390 (or 0x877390) is unknown color: approx Topaz. HEX triplet: 87, 73 and 90. RGB value is (135,115,144). Sum of RGB (Red+Green+Blue) = 135+115+144=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 115 (45.31% from 255 or 29.19% from 394); Blue value is 144 (56.64% from 255 or 36.55% from 394); Max value from RGB is 144 - color contains mainly: blue. Hex color #877390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877390 is #788C6F. Grayscale: #7C7C7C. Windows color (decimal): -7900272 or 9466759. OLE color: 9466759.

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

Color convert

RGB135115144-
CMYK0.060.2000.44
HSL281.38º11.55%50.78%-
HSV(B)281.38º20.14%56.47%-
XYZ21.1619.4329.02-
YUV124.29139.13135.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 115 (45.31% from 255) = 29.19%
BLUE value IS 144 (56.64% from 255) = 36.55%
R=34.26%
G=29.19%
B=36.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1351151440.060.2000.44281.3811.5550.78
Hex87739061402C119c33
Octal2071632206240544311463
Binary100001111110011100100001101010001011001000110011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877390; }

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

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

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

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

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

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

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

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