#797690

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

Shades of Scampi #797690

Tints of Scampi #797690

Color information

#797690 (or 0x797690) is unknown color: approx Scampi. HEX triplet: 79, 76 and 90. RGB value is (121,118,144). Sum of RGB (Red+Green+Blue) = 121+118+144=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #797690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797690 is #86896F. Grayscale: #797979. Windows color (decimal): -8817008 or 9467513. OLE color: 9467513.

HSL color Cylindrical-coordinate representation of color #797690: hue angle of 246.92º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #797690 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB121118144-
CMYK0.160.1800.44
HSL246.92º10.48%51.37%-
HSV(B)246.92º18.06%56.47%-
XYZ19.419.0429.04-
YUV121.86140.49127.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=31.59%
G=30.81%
B=37.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211181440.160.1800.44246.9210.4851.37
Hex797690101202Cf7a33
Octal17116622020220543671263
Binary111100111101101001000010000100100101100111101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797690; }

 p { color: rgb(121,118,144); }

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

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

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

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

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

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

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