#877797

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

Shades of Topaz #877797

Tints of Topaz #877797

Color information

#877797 (or 0x877797) is unknown color: approx Topaz. HEX triplet: 87, 77 and 97. RGB value is (135,119,151). Sum of RGB (Red+Green+Blue) = 135+119+151=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 151 - color contains mainly: blue. Hex color #877797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #877797 is #788868. Grayscale: #7F7F7F. Windows color (decimal): -7899241 or 9926535. OLE color: 9926535.

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

Color convert

RGB135119151-
CMYK0.110.2100.41
HSL270º13.33%52.94%-
HSV(B)270º21.19%59.22%-
XYZ22.1720.5832.08-
YUV127.43141.3133.4-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.33%
GREEN value IS 119 (46.88% from 255) = 29.38%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=33.33%
G=29.38%
B=37.28%

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
Decimal1351191510.110.2100.4127013.3352.94
Hex877797B1502910ed35
Octal20716722713250514161565
Binary1000011111101111001011110111010101010011000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877797; }

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

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

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

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

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

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

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

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