#877696

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

Shades of Topaz #877696

Tints of Topaz #877696

Color information

#877696 (or 0x877696) is unknown color: approx Topaz. HEX triplet: 87, 76 and 96. RGB value is (135,118,150). Sum of RGB (Red+Green+Blue) = 135+118+150=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 150 - color contains mainly: blue. Hex color #877696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877696 is #788969. Grayscale: #7E7E7E. Windows color (decimal): -7899498 or 9860743. OLE color: 9860743.

HSL color Cylindrical-coordinate representation of color #877696: hue angle of 271.88º 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 #877696 is Cyan = 0.1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB135118150-
CMYK0.10.2100.41
HSL271.88º13.22%52.55%-
HSV(B)271.88º21.33%58.82%-
XYZ21.9820.3131.62-
YUV126.73141.13133.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.50%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 150 (58.98% from 255) = 37.22%
R=33.50%
G=29.28%
B=37.22%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1351181500.10.2100.41271.8813.2252.55
Hex877696A15029110d35
Octal20716622612250514201565
Binary1000011111101101001011010101010101010011000100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877696; }

 p { color: rgb(135,118,150); }

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

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

 a { background-color: rgb(135,118,150); }

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

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

 span { border-color: rgb(135,118,150); }

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