#80798C

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

Shades of Topaz #80798C

Tints of Topaz #80798C

Color information

#80798C (or 0x80798C) is unknown color: approx Topaz. HEX triplet: 80, 79 and 8C. RGB value is (128,121,140). Sum of RGB (Red+Green+Blue) = 128+121+140=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 140 - color contains mainly: blue. Hex color #80798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80798C is #7F8673. Grayscale: #7D7D7D. Windows color (decimal): -8357492 or 9206144. OLE color: 9206144.

HSL color Cylindrical-coordinate representation of color #80798C: hue angle of 262.11º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #80798C is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128121140-
CMYK0.090.1400.45
HSL262.11º7.63%51.18%-
HSV(B)262.11º13.57%54.9%-
XYZ20.4720.1627.62-
YUV125.26136.32129.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.90%
GREEN value IS 121 (47.66% from 255) = 31.11%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=32.90%
G=31.11%
B=35.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281211400.090.1400.45262.117.6351.18
Hex80798C9E02D106833
Octal20017121411160554061063
Binary100000001111001100011001001111001011011000001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80798C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80798C; }

 p { color: rgb(128,121,140); }

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

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

 a { background-color: rgb(128,121,140); }

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

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

 span { border-color: rgb(128,121,140); }

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