#887797

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

Shades of Topaz #887797

Tints of Topaz #887797

Color information

#887797 (or 0x887797) is unknown color: approx Topaz. HEX triplet: 88, 77 and 97. RGB value is (136,119,151). Sum of RGB (Red+Green+Blue) = 136+119+151=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 119 (46.88% from 255 or 29.31% 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 #887797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887797 is #778868. Grayscale: #7F7F7F. Windows color (decimal): -7833705 or 9926536. OLE color: 9926536.

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

Color convert

RGB136119151-
CMYK0.100.2100.41
HSL271.88º13.33%52.94%-
HSV(B)271.88º21.19%59.22%-
XYZ22.3420.6632.09-
YUV127.73141.13133.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=33.50%
G=29.31%
B=37.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361191510.100.2100.41271.8813.3352.94
Hex887797A15029110d35
Octal21016722712250514201565
Binary1000100011101111001011110101010101010011000100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887797; }

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

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

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

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

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

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

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

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