#807090

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

Shades of Topaz #807090

Tints of Topaz #807090

Color information

#807090 (or 0x807090) is unknown color: approx Topaz. HEX triplet: 80, 70 and 90. RGB value is (128,112,144). Sum of RGB (Red+Green+Blue) = 128+112+144=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #807090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807090 is #7F8F6F. Grayscale: #787878. Windows color (decimal): -8359792 or 9465984. OLE color: 9465984.

HSL color Cylindrical-coordinate representation of color #807090: hue angle of 270º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #807090 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128112144-
CMYK0.110.2200.44
HSL270º12.6%50.2%-
HSV(B)270º22.22%56.47%-
XYZ19.7318.1928.86-
YUV120.43141.3133.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 29.17%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=33.33%
G=29.17%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281121440.110.2200.4427012.650.2
Hex807090B1602C10ed32
Octal20016022013260544161562
Binary1000000011100001001000010111011001011001000011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807090; }

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

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

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

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

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

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

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

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