#887D95

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

Shades of Topaz #887D95

Tints of Topaz #887D95

Color information

#887D95 (or 0x887D95) is unknown color: approx Topaz. HEX triplet: 88, 7D and 95. RGB value is (136,125,149). Sum of RGB (Red+Green+Blue) = 136+125+149=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 149 - color contains mainly: blue. Hex color #887D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887D95 is #77826A. Grayscale: #828282. Windows color (decimal): -7832171 or 9797000. OLE color: 9797000.

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

Color convert

RGB136125149-
CMYK0.090.1600.42
HSL267.5º10.17%53.73%-
HSV(B)267.5º16.11%58.43%-
XYZ22.9122.0731.49-
YUV131.02138.14131.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.17%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 149 (58.59% from 255) = 36.34%
R=33.17%
G=30.49%
B=36.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361251490.090.1600.42267.510.1753.73
Hex887D9591002A10ca36
Octal21017522511200524141266
Binary1000100011111011001010110011000001010101000011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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