#797582

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

Shades of Topaz #797582

Tints of Topaz #797582

Color information

#797582 (or 0x797582) is unknown color: approx Topaz. HEX triplet: 79, 75 and 82. RGB value is (121,117,130). Sum of RGB (Red+Green+Blue) = 121+117+130=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 130 - color contains mainly: blue. Hex color #797582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797582 is #868A7D. Grayscale: #777777. Windows color (decimal): -8817278 or 8549753. OLE color: 8549753.

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

Color convert

RGB121117130-
CMYK0.070.100.49
HSL258.46º5.26%48.43%-
HSV(B)258.46º10%50.98%-
XYZ18.2818.423.71-
YUV119.68133.83128.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.88%
GREEN value IS 117 (46.09% from 255) = 31.79%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=32.88%
G=31.79%
B=35.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211171300.070.100.49258.465.2648.43
Hex7975827A031102530
Octal171165202712061402560
Binary111100111101011000001011110100110001100000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797582; }

 p { color: rgb(121,117,130); }

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

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

 a { background-color: rgb(121,117,130); }

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

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

 span { border-color: rgb(121,117,130); }

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