#79799D

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

Shades of Scampi #79799D

Tints of Scampi #79799D

Color information

#79799D (or 0x79799D) is unknown color: approx Scampi. HEX triplet: 79, 79 and 9D. RGB value is (121,121,157). Sum of RGB (Red+Green+Blue) = 121+121+157=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #79799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79799D is #868662. Grayscale: #7C7C7C. Windows color (decimal): -8816227 or 10320249. OLE color: 10320249.

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

Color convert

RGB121121157-
CMYK0.230.2300.38
HSL240º15.52%54.51%-
HSV(B)240º22.93%61.57%-
XYZ20.8120.1734.7-
YUV125.1146125.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.33%
GREEN value IS 121 (47.66% from 255) = 30.33%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=30.33%
G=30.33%
B=39.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1211211570.230.2300.3824015.5254.51
Hex79799D1717026f01037
Octal17117123527270463602067
Binary1111001111100110011101101111011101001101111000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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