#887693

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

Shades of Topaz #887693

Tints of Topaz #887693

Color information

#887693 (or 0x887693) is unknown color: approx Topaz. HEX triplet: 88, 76 and 93. RGB value is (136,118,147). Sum of RGB (Red+Green+Blue) = 136+118+147=401 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.92% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 147 - color contains mainly: blue. Hex color #887693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887693 is #77896C. Grayscale: #7E7E7E. Windows color (decimal): -7833965 or 9664136. OLE color: 9664136.

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

Color convert

RGB136118147-
CMYK0.070.2000.42
HSL277.24º11.84%51.96%-
HSV(B)277.24º19.73%57.65%-
XYZ21.920.330.37-
YUV126.69139.46134.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.92%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 147 (57.81% from 255) = 36.66%
R=33.92%
G=29.43%
B=36.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1361181470.070.2000.42277.2411.8451.96
Hex88769371402A115c34
Octal2101662237240524251464
Binary100010001110110100100111111010001010101000101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887693; }

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

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

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

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

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

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

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

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