#79779B

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

Shades of Scampi #79779B

Tints of Scampi #79779B

Color information

#79779B (or 0x79779B) is unknown color: approx Scampi. HEX triplet: 79, 77 and 9B. RGB value is (121,119,155). Sum of RGB (Red+Green+Blue) = 121+119+155=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 155 - color contains mainly: blue. Hex color #79779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79779B is #868864. Grayscale: #7B7B7B. Windows color (decimal): -8816741 or 10188665. OLE color: 10188665.

HSL color Cylindrical-coordinate representation of color #79779B: hue angle of 243.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #79779B is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB121119155-
CMYK0.220.2300.39
HSL243.33º15.25%53.73%-
HSV(B)243.33º23.23%60.78%-
XYZ20.419.6333.72-
YUV123.7145.66126.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 155 (60.94% from 255) = 39.24%
R=30.63%
G=30.13%
B=39.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211191550.220.2300.39243.3315.2553.73
Hex79779B1617027f3f36
Octal17116723326270473631766
Binary111100111101111001101110110101110100111111100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79779B; }

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

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

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

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

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

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

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

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