#797999

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

Shades of Scampi #797999

Tints of Scampi #797999

Color information

#797999 (or 0x797999) is unknown color: approx Scampi. HEX triplet: 79, 79 and 99. RGB value is (121,121,153). Sum of RGB (Red+Green+Blue) = 121+121+153=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #797999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797999 is #868666. Grayscale: #7C7C7C. Windows color (decimal): -8816231 or 10058105. OLE color: 10058105.

HSL color Cylindrical-coordinate representation of color #797999: hue angle of 240º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #797999 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB121121153-
CMYK0.210.2100.4
HSL240º13.56%53.73%-
HSV(B)240º20.92%60%-
XYZ20.4720.0432.93-
YUV124.65144125.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=30.63%
G=30.63%
B=38.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1211211530.210.2100.424013.5653.73
Hex7979991515028f0e36
Octal17117123125250503601666
Binary111100111110011001100110101101010101000111100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797999; }

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

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

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

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

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

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

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

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