#79788B

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

Shades of Scampi #79788B

Tints of Scampi #79788B

Color information

#79788B (or 0x79788B) is unknown color: approx Scampi. HEX triplet: 79, 78 and 8B. RGB value is (121,120,139). Sum of RGB (Red+Green+Blue) = 121+120+139=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #79788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79788B is #868774. Grayscale: #7A7A7A. Windows color (decimal): -8816501 or 9140345. OLE color: 9140345.

HSL color Cylindrical-coordinate representation of color #79788B: hue angle of 243.16º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #79788B is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121120139-
CMYK0.130.1400.45
HSL243.16º7.57%50.78%-
HSV(B)243.16º13.67%54.51%-
XYZ19.2619.3627.15-
YUV122.46137.33126.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.84%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 139 (54.69% from 255) = 36.58%
R=31.84%
G=31.58%
B=36.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211201390.130.1400.45243.167.5750.78
Hex79788BDE02Df3833
Octal17117021315160553631063
Binary1111001111100010001011110111100101101111100111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79788B; }

 p { color: rgb(121,120,139); }

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

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

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

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

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

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

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