#807691

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

Shades of Topaz #807691

Tints of Topaz #807691

Color information

#807691 (or 0x807691) is unknown color: approx Topaz. HEX triplet: 80, 76 and 91. RGB value is (128,118,145). Sum of RGB (Red+Green+Blue) = 128+118+145=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #807691 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807691 is #7F896E. Grayscale: #7B7B7B. Windows color (decimal): -8358255 or 9533056. OLE color: 9533056.

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

Color convert

RGB128118145-
CMYK0.120.1900.43
HSL262.22º10.93%51.57%-
HSV(B)262.22º18.62%56.86%-
XYZ20.4919.5929.49-
YUV124.07139.81130.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.74%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=32.74%
G=30.18%
B=37.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281181450.120.1900.43262.2210.9351.57
Hex807691C1302B106b34
Octal20016622114230534061364
Binary1000000011101101001000111001001101010111000001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807691; }

 p { color: rgb(128,118,145); }

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

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

 a { background-color: rgb(128,118,145); }

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

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

 span { border-color: rgb(128,118,145); }

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