#887E90

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

Shades of Topaz #887E90

Tints of Topaz #887E90

Color information

#887E90 (or 0x887E90) is unknown color: approx Topaz. HEX triplet: 88, 7E and 90. RGB value is (136,126,144). Sum of RGB (Red+Green+Blue) = 136+126+144=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 144 - color contains mainly: blue. Hex color #887E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887E90 is #77816F. Grayscale: #828282. Windows color (decimal): -7831920 or 9469576. OLE color: 9469576.

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

Color convert

RGB136126144-
CMYK0.060.1200.44
HSL273.33º7.5%52.94%-
HSV(B)273.33º12.5%56.47%-
XYZ22.6522.1729.47-
YUV131.04135.31131.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 126 (49.61% from 255) = 31.03%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=33.50%
G=31.03%
B=35.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361261440.060.1200.44273.337.552.94
Hex887E906C02C111835
Octal2101762206140544211065
Binary10001000111111010010000110110001011001000100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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