#887A90

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

Shades of Topaz #887A90

Tints of Topaz #887A90

Color information

#887A90 (or 0x887A90) is unknown color: approx Topaz. HEX triplet: 88, 7A and 90. RGB value is (136,122,144). Sum of RGB (Red+Green+Blue) = 136+122+144=402 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.83% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #887A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887A90 is #77856F. Grayscale: #808080. Windows color (decimal): -7832944 or 9468552. OLE color: 9468552.

HSL color Cylindrical-coordinate representation of color #887A90: hue angle of 278.18º 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 #887A90 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136122144-
CMYK0.060.1500.44
HSL278.18º9.02%52.16%-
HSV(B)278.18º15.28%56.47%-
XYZ22.1521.1729.3-
YUV128.69136.64133.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.83%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=33.83%
G=30.35%
B=35.82%

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
Decimal1361221440.060.1500.44278.189.0252.16
Hex887A906F02C116934
Octal2101722206170544261164
Binary10001000111101010010000110111101011001000101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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