#887B90

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

Shades of Topaz #887B90

Tints of Topaz #887B90

Color information

#887B90 (or 0x887B90) is unknown color: approx Topaz. HEX triplet: 88, 7B and 90. RGB value is (136,123,144). Sum of RGB (Red+Green+Blue) = 136+123+144=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #887B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887B90 is #77846F. Grayscale: #818181. Windows color (decimal): -7832688 or 9468808. OLE color: 9468808.

HSL color Cylindrical-coordinate representation of color #887B90: hue angle of 277.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #887B90 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136123144-
CMYK0.060.1500.44
HSL277.14º8.64%52.35%-
HSV(B)277.14º14.58%56.47%-
XYZ22.2721.4129.35-
YUV129.28136.31132.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.75%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=33.75%
G=30.52%
B=35.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361231440.060.1500.44277.148.6452.35
Hex887B906F02C115934
Octal2101732206170544251164
Binary10001000111101110010000110111101011001000101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,123,144); }

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

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

 a { background-color: rgb(136,123,144); }

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

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

 span { border-color: rgb(136,123,144); }

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