#797382

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

Shades of Topaz #797382

Tints of Topaz #797382

Color information

#797382 (or 0x797382) is unknown color: approx Topaz. HEX triplet: 79, 73 and 82. RGB value is (121,115,130). Sum of RGB (Red+Green+Blue) = 121+115+130=366 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.06% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 130 - color contains mainly: blue. Hex color #797382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797382 is #868C7D. Grayscale: #767676. Windows color (decimal): -8817790 or 8549241. OLE color: 8549241.

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

Color convert

RGB121115130-
CMYK0.070.1200.49
HSL264º6.12%48.04%-
HSV(B)264º11.54%50.98%-
XYZ18.0517.9423.63-
YUV118.5134.49129.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.06%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=33.06%
G=31.42%
B=35.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211151300.070.1200.492646.1248.04
Hex7973827C031108630
Octal171163202714061410660
Binary111100111100111000001011111000110001100001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797382; }

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

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

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

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

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

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

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

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