#797487

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

Shades of Topaz #797487

Tints of Topaz #797487

Color information

#797487 (or 0x797487) is unknown color: approx Topaz. HEX triplet: 79, 74 and 87. RGB value is (121,116,135). Sum of RGB (Red+Green+Blue) = 121+116+135=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #797487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797487 is #868B78. Grayscale: #777777. Windows color (decimal): -8817529 or 8877177. OLE color: 8877177.

HSL color Cylindrical-coordinate representation of color #797487: hue angle of 255.79º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #797487 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB121116135-
CMYK0.100.1400.47
HSL255.79º7.57%49.22%-
HSV(B)255.79º14.07%52.94%-
XYZ18.518.3125.48-
YUV119.66136.66128.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.53%
GREEN value IS 116 (45.70% from 255) = 31.18%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=32.53%
G=31.18%
B=36.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1211161350.100.1400.47255.797.5749.22
Hex797487AE02F100831
Octal17116420712160574001061
Binary11110011110100100001111010111001011111000000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797487; }

 p { color: rgb(121,116,135); }

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

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

 a { background-color: rgb(121,116,135); }

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

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

 span { border-color: rgb(121,116,135); }

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