#797796

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

Shades of Scampi #797796

Tints of Scampi #797796

Color information

#797796 (or 0x797796) is unknown color: approx Scampi. HEX triplet: 79, 77 and 96. RGB value is (121,119,150). Sum of RGB (Red+Green+Blue) = 121+119+150=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #797796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797796 is #868869. Grayscale: #7B7B7B. Windows color (decimal): -8816746 or 9860985. OLE color: 9860985.

HSL color Cylindrical-coordinate representation of color #797796: hue angle of 243.87º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #797796 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB121119150-
CMYK0.190.2100.41
HSL243.87º12.86%52.75%-
HSV(B)243.87º20.67%58.82%-
XYZ19.9919.4631.56-
YUV123.13143.16126.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=31.03%
G=30.51%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1211191500.190.2100.41243.8712.8652.75
Hex7977961315029f4d35
Octal17116722623250513641565
Binary111100111101111001011010011101010101001111101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797796; }

 p { color: rgb(121,119,150); }

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

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

 a { background-color: rgb(121,119,150); }

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

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

 span { border-color: rgb(121,119,150); }

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