#79799F

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

Shades of Scampi #79799F

Tints of Scampi #79799F

Color information

#79799F (or 0x79799F) is unknown color: approx Scampi. HEX triplet: 79, 79 and 9F. RGB value is (121,121,159). Sum of RGB (Red+Green+Blue) = 121+121+159=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #79799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79799F is #868660. Grayscale: #7D7D7D. Windows color (decimal): -8816225 or 10451321. OLE color: 10451321.

HSL color Cylindrical-coordinate representation of color #79799F: hue angle of 240º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79799F is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB121121159-
CMYK0.240.2400.38
HSL240º16.52%54.9%-
HSV(B)240º23.9%62.35%-
XYZ20.9820.2435.6-
YUV125.33147124.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=30.17%
G=30.17%
B=39.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211211590.240.2400.3824016.5254.9
Hex79799F1818026f01137
Octal17117123730300463602167
Binary1111001111100110011111110001100001001101111000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79799F; }

 p { color: rgb(121,121,159); }

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

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

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

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

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

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

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