#797384

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

Shades of Topaz #797384

Tints of Topaz #797384

Color information

#797384 (or 0x797384) is unknown color: approx Topaz. HEX triplet: 79, 73 and 84. RGB value is (121,115,132). Sum of RGB (Red+Green+Blue) = 121+115+132=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 132 - color contains mainly: blue. Hex color #797384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797384 is #868C7B. Grayscale: #767676. Windows color (decimal): -8817788 or 8680313. OLE color: 8680313.

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

Color convert

RGB121115132-
CMYK0.080.1300.48
HSL261.18º6.88%48.43%-
HSV(B)261.18º12.88%51.76%-
XYZ18.1817.9924.34-
YUV118.73135.49129.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.88%
GREEN value IS 115 (45.31% from 255) = 31.25%
BLUE value IS 132 (51.95% from 255) = 35.87%
R=32.88%
G=31.25%
B=35.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211151320.080.1300.48261.186.8848.43
Hex7973848D030105730
Octal1711632041015060405760
Binary1111001111001110000100100011010110000100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797384; }

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

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

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

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

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

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

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

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