#877897

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

Shades of Topaz #877897

Tints of Topaz #877897

Color information

#877897 (or 0x877897) is unknown color: approx Topaz. HEX triplet: 87, 78 and 97. RGB value is (135,120,151). Sum of RGB (Red+Green+Blue) = 135+120+151=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 151 - color contains mainly: blue. Hex color #877897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877897 is #788768. Grayscale: #7F7F7F. Windows color (decimal): -7898985 or 9926791. OLE color: 9926791.

HSL color Cylindrical-coordinate representation of color #877897: hue angle of 269.03º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #877897 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135120151-
CMYK0.110.2100.41
HSL269.03º12.97%53.14%-
HSV(B)269.03º20.53%59.22%-
XYZ22.2920.8232.12-
YUV128.02140.97132.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.25%
GREEN value IS 120 (47.27% from 255) = 29.56%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=33.25%
G=29.56%
B=37.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351201510.110.2100.41269.0312.9753.14
Hex877897B1502910dd35
Octal20717022713250514151565
Binary1000011111110001001011110111010101010011000011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877897; }

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

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

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

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

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

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

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

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