#797385

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

Shades of Topaz #797385

Tints of Topaz #797385

Color information

#797385 (or 0x797385) is unknown color: approx Topaz. HEX triplet: 79, 73 and 85. RGB value is (121,115,133). Sum of RGB (Red+Green+Blue) = 121+115+133=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #797385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797385 is #868C7A. Grayscale: #767676. Windows color (decimal): -8817787 or 8745849. OLE color: 8745849.

HSL color Cylindrical-coordinate representation of color #797385: hue angle of 260º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #797385 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB121115133-
CMYK0.090.1400.48
HSL260º7.26%48.63%-
HSV(B)260º13.53%52.16%-
XYZ18.2518.0224.71-
YUV118.85135.99129.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.79%
GREEN value IS 115 (45.31% from 255) = 31.17%
BLUE value IS 133 (52.34% from 255) = 36.04%
R=32.79%
G=31.17%
B=36.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211151330.090.1400.482607.2648.63
Hex7973859E030104731
Octal1711632051116060404761
Binary1111001111001110000101100111100110000100000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797385; }

 p { color: rgb(121,115,133); }

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

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

 a { background-color: rgb(121,115,133); }

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

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

 span { border-color: rgb(121,115,133); }

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