#887795

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

Shades of Topaz #887795

Tints of Topaz #887795

Color information

#887795 (or 0x887795) is unknown color: approx Topaz. HEX triplet: 88, 77 and 95. RGB value is (136,119,149). Sum of RGB (Red+Green+Blue) = 136+119+149=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #887795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887795 is #77886A. Grayscale: #7F7F7F. Windows color (decimal): -7833707 or 9795464. OLE color: 9795464.

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

Color convert

RGB136119149-
CMYK0.090.2000.42
HSL274º12.4%52.55%-
HSV(B)274º20.13%58.43%-
XYZ22.1720.631.24-
YUV127.5140.13134.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.66%
GREEN value IS 119 (46.88% from 255) = 29.46%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=33.66%
G=29.46%
B=36.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361191490.090.2000.4227412.452.55
Hex88779591402A112c35
Octal21016722511240524221465
Binary1000100011101111001010110011010001010101000100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887795; }

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

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

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

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

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

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

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

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