#807689

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

Shades of Topaz #807689

Tints of Topaz #807689

Color information

#807689 (or 0x807689) is unknown color: approx Topaz. HEX triplet: 80, 76 and 89. RGB value is (128,118,137). Sum of RGB (Red+Green+Blue) = 128+118+137=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 137 - color contains mainly: blue. Hex color #807689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807689 is #7F8976. Grayscale: #7B7B7B. Windows color (decimal): -8358263 or 9008768. OLE color: 9008768.

HSL color Cylindrical-coordinate representation of color #807689: hue angle of 271.58º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #807689 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB128118137-
CMYK0.070.1400.46
HSL271.58º7.45%50%-
HSV(B)271.58º13.87%53.73%-
XYZ19.919.3526.35-
YUV123.16135.81131.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 137 (53.91% from 255) = 35.77%
R=33.42%
G=30.81%
B=35.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1281181370.070.1400.46271.587.4550
Hex8076897E02E110732
Octal200166211716056420762
Binary1000000011101101000100111111100101110100010000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807689; }

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

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

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

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

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

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

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

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