#887A96

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

Shades of Topaz #887A96

Tints of Topaz #887A96

Color information

#887A96 (or 0x887A96) is unknown color: approx Topaz. HEX triplet: 88, 7A and 96. RGB value is (136,122,150). Sum of RGB (Red+Green+Blue) = 136+122+150=408 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.33% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 150 - color contains mainly: blue. Hex color #887A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A96 is #778569. Grayscale: #818181. Windows color (decimal): -7832938 or 9861768. OLE color: 9861768.

HSL color Cylindrical-coordinate representation of color #887A96: hue angle of 270º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #887A96 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB136122150-
CMYK0.090.1900.41
HSL270º11.76%53.33%-
HSV(B)270º18.67%58.82%-
XYZ22.6221.3631.78-
YUV129.38139.64132.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 150 (58.98% from 255) = 36.76%
R=33.33%
G=29.90%
B=36.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361221500.090.1900.4127011.7653.33
Hex887A9691302910ec35
Octal21017222611230514161465
Binary1000100011110101001011010011001101010011000011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887A96; }

 p { color: rgb(136,122,150); }

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

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

 a { background-color: rgb(136,122,150); }

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

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

 span { border-color: rgb(136,122,150); }

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