#807690

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

Shades of Topaz #807690

Tints of Topaz #807690

Color information

#807690 (or 0x807690) is unknown color: approx Topaz. HEX triplet: 80, 76 and 90. RGB value is (128,118,144). Sum of RGB (Red+Green+Blue) = 128+118+144=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #807690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807690 is #7F896F. Grayscale: #7B7B7B. Windows color (decimal): -8358256 or 9467520. OLE color: 9467520.

HSL color Cylindrical-coordinate representation of color #807690: hue angle of 263.08º 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 #807690 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128118144-
CMYK0.110.1800.44
HSL263.08º10.48%51.37%-
HSV(B)263.08º18.06%56.47%-
XYZ20.4119.5629.08-
YUV123.95139.31130.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.82%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=32.82%
G=30.26%
B=36.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281181440.110.1800.44263.0810.4851.37
Hex807690B1202C107a33
Octal20016622013220544071263
Binary1000000011101101001000010111001001011001000001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807690; }

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

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

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

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

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

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

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

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