#887696

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

Shades of Topaz #887696

Tints of Topaz #887696

Color information

#887696 (or 0x887696) is unknown color: approx Topaz. HEX triplet: 88, 76 and 96. RGB value is (136,118,150). Sum of RGB (Red+Green+Blue) = 136+118+150=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 150 - color contains mainly: blue. Hex color #887696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887696 is #778969. Grayscale: #7E7E7E. Windows color (decimal): -7833962 or 9860744. OLE color: 9860744.

HSL color Cylindrical-coordinate representation of color #887696: hue angle of 273.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #887696 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB136118150-
CMYK0.090.2100.41
HSL273.75º13.22%52.55%-
HSV(B)273.75º21.33%58.82%-
XYZ22.1420.3931.62-
YUV127.03140.96134.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.66%
GREEN value IS 118 (46.48% from 255) = 29.21%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=33.66%
G=29.21%
B=37.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1361181500.090.2100.41273.7513.2252.55
Hex887696915029112d35
Octal21016622611250514221565
Binary1000100011101101001011010011010101010011000100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887696; }

 p { color: rgb(136,118,150); }

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

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

 a { background-color: rgb(136,118,150); }

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

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

 span { border-color: rgb(136,118,150); }

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