#79918C

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

Shades of Gumbo #79918C

Tints of Gumbo #79918C

Color information

#79918C (or 0x79918C) is unknown color: approx Gumbo. HEX triplet: 79, 91 and 8C. RGB value is (121,145,140). Sum of RGB (Red+Green+Blue) = 121+145+140=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 145 - color contains mainly: green. Hex color #79918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79918C is #866E73. Grayscale: #898989. Windows color (decimal): -8810100 or 9212281. OLE color: 9212281.

HSL color Cylindrical-coordinate representation of color #79918C: hue angle of 167.5º 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 #79918C is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB121145140-
CMYK0.1700.030.43
HSL167.5º9.84%52.16%-
HSV(B)167.5º16.55%56.86%-
XYZ22.7426.2128.67-
YUV137.25129.55116.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.80%
GREEN value IS 145 (57.03% from 255) = 35.71%
BLUE value IS 140 (55.08% from 255) = 34.48%
R=29.80%
G=35.71%
B=34.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211451400.1700.030.43167.59.8452.16
Hex79918C11032Ba7a34
Octal1712212142103532471264
Binary1111001100100011000110010001011101011101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79918C; }

 p { color: rgb(121,145,140); }

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

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

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

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

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

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

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