#7A798E

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

Shades of Scampi #7A798E

Tints of Scampi #7A798E

Color information

#7A798E (or 0x7A798E) is unknown color: approx Scampi. HEX triplet: 7A, 79 and 8E. RGB value is (122,121,142). Sum of RGB (Red+Green+Blue) = 122+121+142=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A798E is #858671. Grayscale: #7B7B7B. Windows color (decimal): -8750706 or 9337210. OLE color: 9337210.

HSL color Cylindrical-coordinate representation of color #7A798E: hue angle of 242.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A798E is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB122121142-
CMYK0.140.1500.44
HSL242.86º8.5%51.57%-
HSV(B)242.86º14.79%55.69%-
XYZ19.7519.7728.37-
YUV123.69138.33126.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.69%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=31.69%
G=31.43%
B=36.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221211420.140.1500.44242.868.551.57
Hex7A798EEF02Cf3934
Octal17217121616170543631164
Binary1111010111100110001110111011110101100111100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A798E; }

 p { color: rgb(122,121,142); }

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

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

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

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

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

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

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