#797992

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

Shades of Scampi #797992

Tints of Scampi #797992

Color information

#797992 (or 0x797992) is unknown color: approx Scampi. HEX triplet: 79, 79 and 92. RGB value is (121,121,146). Sum of RGB (Red+Green+Blue) = 121+121+146=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #797992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797992 is #86866D. Grayscale: #7B7B7B. Windows color (decimal): -8816238 or 9599353. OLE color: 9599353.

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

Color convert

RGB121121146-
CMYK0.170.1700.43
HSL240º10.29%52.35%-
HSV(B)240º17.12%57.25%-
XYZ19.9119.8229.97-
YUV123.85140.5125.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=31.19%
G=31.19%
B=37.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211211460.170.1700.4324010.2952.35
Hex797992111102Bf0a34
Octal17117122221210533601264
Binary111100111110011001001010001100010101011111100001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797992; }

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

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

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

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

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

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

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

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