#79799B

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

Shades of Scampi #79799B

Tints of Scampi #79799B

Color information

#79799B (or 0x79799B) is unknown color: approx Scampi. HEX triplet: 79, 79 and 9B. RGB value is (121,121,155). Sum of RGB (Red+Green+Blue) = 121+121+155=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 155 - color contains mainly: blue. Hex color #79799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79799B is #868664. Grayscale: #7C7C7C. Windows color (decimal): -8816229 or 10189177. OLE color: 10189177.

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

Color convert

RGB121121155-
CMYK0.220.2200.39
HSL240º14.53%54.12%-
HSV(B)240º21.94%60.78%-
XYZ20.6420.1133.8-
YUV124.88145125.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.48%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=30.48%
G=30.48%
B=39.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211211550.220.2200.3924014.5354.12
Hex79799B1616027f0f36
Octal17117123326260473601766
Binary111100111110011001101110110101100100111111100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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