#887791

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

Shades of Topaz #887791

Tints of Topaz #887791

Color information

#887791 (or 0x887791) is unknown color: approx Topaz. HEX triplet: 88, 77 and 91. RGB value is (136,119,145). Sum of RGB (Red+Green+Blue) = 136+119+145=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #887791 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887791 is #77886E. Grayscale: #7E7E7E. Windows color (decimal): -7833711 or 9533320. OLE color: 9533320.

HSL color Cylindrical-coordinate representation of color #887791: hue angle of 279.23º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887791 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB136119145-
CMYK0.060.1800.43
HSL279.23º10.57%51.76%-
HSV(B)279.23º17.93%56.86%-
XYZ21.8620.4729.59-
YUV127.05138.13134.39-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=34%
G=29.75%
B=36.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1361191450.060.1800.43279.2310.5751.76
Hex88779161202B117b34
Octal2101672216220534271364
Binary100010001110111100100011101001001010111000101111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887791; }

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

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

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

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

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

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

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

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