#79799A

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

Shades of Scampi #79799A

Tints of Scampi #79799A

Color information

#79799A (or 0x79799A) is unknown color: approx Scampi. HEX triplet: 79, 79 and 9A. RGB value is (121,121,154). Sum of RGB (Red+Green+Blue) = 121+121+154=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #79799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79799A is #868665. Grayscale: #7C7C7C. Windows color (decimal): -8816230 or 10123641. OLE color: 10123641.

HSL color Cylindrical-coordinate representation of color #79799A: 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 #79799A is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB121121154-
CMYK0.210.2100.40
HSL240º14.04%53.92%-
HSV(B)240º21.43%60.39%-
XYZ20.5620.0733.36-
YUV124.76144.5125.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.56%
GREEN value IS 121 (47.66% from 255) = 30.56%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=30.56%
G=30.56%
B=38.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1211211540.210.2100.4024014.0453.92
Hex79799A1515028f0e36
Octal17117123225250503601666
Binary111100111110011001101010101101010101000111100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79799A; }

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

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

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

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

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

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

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

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