#797692

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

Shades of Scampi #797692

Tints of Scampi #797692

Color information

#797692 (or 0x797692) is unknown color: approx Scampi. HEX triplet: 79, 76 and 92. RGB value is (121,118,146). Sum of RGB (Red+Green+Blue) = 121+118+146=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #797692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797692 is #86896D. Grayscale: #797979. Windows color (decimal): -8817006 or 9598585. OLE color: 9598585.

HSL color Cylindrical-coordinate representation of color #797692: hue angle of 246.43º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #797692 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB121118146-
CMYK0.170.1900.43
HSL246.43º11.38%51.76%-
HSV(B)246.43º19.18%57.25%-
XYZ19.5519.129.85-
YUV122.09141.49127.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=31.43%
G=30.65%
B=37.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211181460.170.1900.43246.4311.3851.76
Hex797692111302Bf6b34
Octal17116622221230533661364
Binary111100111101101001001010001100110101011111101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797692; }

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

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

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

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

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

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

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

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