#887997

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

Shades of Topaz #887997

Tints of Topaz #887997

Color information

#887997 (or 0x887997) is unknown color: approx Topaz. HEX triplet: 88, 79 and 97. RGB value is (136,121,151). Sum of RGB (Red+Green+Blue) = 136+121+151=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 151 - color contains mainly: blue. Hex color #887997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887997 is #778668. Grayscale: #808080. Windows color (decimal): -7833193 or 9927048. OLE color: 9927048.

HSL color Cylindrical-coordinate representation of color #887997: 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.2%. Process color model (Four color, CMYK) of #887997 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB136121151-
CMYK0.100.2000.41
HSL270º12.61%53.33%-
HSV(B)270º19.87%59.22%-
XYZ22.5821.1432.17-
YUV128.9140.47133.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 121 (47.66% from 255) = 29.66%
BLUE value IS 151 (59.38% from 255) = 37.01%
R=33.33%
G=29.66%
B=37.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361211510.100.2000.4127012.6153.33
Hex887997A1402910ed35
Octal21017122712240514161565
Binary1000100011110011001011110101010001010011000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887997; }

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

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

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

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

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

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

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

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