#887995

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

Shades of Topaz #887995

Tints of Topaz #887995

Color information

#887995 (or 0x887995) is unknown color: approx Topaz. HEX triplet: 88, 79 and 95. RGB value is (136,121,149). Sum of RGB (Red+Green+Blue) = 136+121+149=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #887995 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887995 is #77866A. Grayscale: #808080. Windows color (decimal): -7833195 or 9795976. OLE color: 9795976.

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

Color convert

RGB136121149-
CMYK0.090.1900.42
HSL272.14º11.67%52.94%-
HSV(B)272.14º18.79%58.43%-
XYZ22.4221.0831.32-
YUV128.68139.47133.22-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=33.50%
G=29.80%
B=36.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361211490.090.1900.42272.1411.6752.94
Hex88799591302A110c35
Octal21017122511230524201465
Binary1000100011110011001010110011001101010101000100001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887995; }

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

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

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

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

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

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

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

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