#79728D

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

Shades of Topaz #79728D

Tints of Topaz #79728D

Color information

#79728D (or 0x79728D) is unknown color: approx Topaz. HEX triplet: 79, 72 and 8D. RGB value is (121,114,141). Sum of RGB (Red+Green+Blue) = 121+114+141=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 141 - color contains mainly: blue. Hex color #79728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79728D is #868D72. Grayscale: #777777. Windows color (decimal): -8818035 or 9269881. OLE color: 9269881.

HSL color Cylindrical-coordinate representation of color #79728D: hue angle of 255.56º 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 #79728D is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121114141-
CMYK0.140.1900.45
HSL255.56º10.59%50%-
HSV(B)255.56º19.15%55.29%-
XYZ18.7118.0227.69-
YUV119.17140.32129.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.18%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 141 (55.47% from 255) = 37.5%
R=32.18%
G=30.32%
B=37.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211141410.140.1900.45255.5610.5950
Hex79728DE1302D100b32
Octal17116221516230554001362
Binary111100111100101000110111101001101011011000000001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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