#887690

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

Shades of Topaz #887690

Tints of Topaz #887690

Color information

#887690 (or 0x887690) is unknown color: approx Topaz. HEX triplet: 88, 76 and 90. RGB value is (136,118,144). Sum of RGB (Red+Green+Blue) = 136+118+144=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 144 - color contains mainly: blue. Hex color #887690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887690 is #77896F. Grayscale: #7E7E7E. Windows color (decimal): -7833968 or 9467528. OLE color: 9467528.

HSL color Cylindrical-coordinate representation of color #887690: hue angle of 281.54º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #887690 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136118144-
CMYK0.060.1800.44
HSL281.54º10.48%51.37%-
HSV(B)281.54º18.06%56.47%-
XYZ21.6720.229.14-
YUV126.35137.96134.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.17%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=34.17%
G=29.65%
B=36.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361181440.060.1800.44281.5410.4851.37
Hex88769061202C11aa33
Octal2101662206220544321263
Binary100010001110110100100001101001001011001000110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887690; }

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

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

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

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

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

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

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

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