#887897

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

Shades of Topaz #887897

Tints of Topaz #887897

Color information

#887897 (or 0x887897) is unknown color: approx Topaz. HEX triplet: 88, 78 and 97. RGB value is (136,120,151). Sum of RGB (Red+Green+Blue) = 136+120+151=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 151 - color contains mainly: blue. Hex color #887897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887897 is #778768. Grayscale: #808080. Windows color (decimal): -7833449 or 9926792. OLE color: 9926792.

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

Color convert

RGB136120151-
CMYK0.100.2100.41
HSL270.97º12.97%53.14%-
HSV(B)270.97º20.53%59.22%-
XYZ22.4620.932.13-
YUV128.32140.8133.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.42%
GREEN value IS 120 (47.27% from 255) = 29.48%
BLUE value IS 151 (59.38% from 255) = 37.10%
R=33.42%
G=29.48%
B=37.10%

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
Decimal1361201510.100.2100.41270.9712.9753.14
Hex887897A1502910fd35
Octal21017022712250514171565
Binary1000100011110001001011110101010101010011000011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887897; }

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

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

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

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

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

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

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

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