#887A95

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

Shades of Topaz #887A95

Tints of Topaz #887A95

Color information

#887A95 (or 0x887A95) is unknown color: approx Topaz. HEX triplet: 88, 7A and 95. RGB value is (136,122,149). Sum of RGB (Red+Green+Blue) = 136+122+149=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 149 - color contains mainly: blue. Hex color #887A95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A95 is #77856A. Grayscale: #818181. Windows color (decimal): -7832939 or 9796232. OLE color: 9796232.

HSL color Cylindrical-coordinate representation of color #887A95: hue angle of 271.11º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887A95 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB136122149-
CMYK0.090.1800.42
HSL271.11º11.3%53.14%-
HSV(B)271.11º18.12%58.43%-
XYZ22.5421.3231.36-
YUV129.26139.14132.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.42%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=33.42%
G=29.98%
B=36.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361221490.090.1800.42271.1111.353.14
Hex887A9591202A10fb35
Octal21017222511220524171365
Binary1000100011110101001010110011001001010101000011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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