#80728D

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

Shades of Topaz #80728D

Tints of Topaz #80728D

Color information

#80728D (or 0x80728D) is unknown color: approx Topaz. HEX triplet: 80, 72 and 8D. RGB value is (128,114,141). Sum of RGB (Red+Green+Blue) = 128+114+141=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #80728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80728D is #7F8D72. Grayscale: #797979. Windows color (decimal): -8359283 or 9269888. OLE color: 9269888.

HSL color Cylindrical-coordinate representation of color #80728D: hue angle of 271.11º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80728D is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB128114141-
CMYK0.090.1900.45
HSL271.11º10.59%50%-
HSV(B)271.11º19.15%55.29%-
XYZ19.7318.5527.74-
YUV121.26139.14132.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.42%
GREEN value IS 114 (44.92% from 255) = 29.77%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=33.42%
G=29.77%
B=36.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281141410.090.1900.45271.1110.5950
Hex80728D91302D10fb32
Octal20016221511230554171362
Binary1000000011100101000110110011001101011011000011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80728D; }

 p { color: rgb(128,114,141); }

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

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

 a { background-color: rgb(128,114,141); }

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

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

 span { border-color: rgb(128,114,141); }

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