#798B87

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

Shades of Gumbo #798B87

Tints of Gumbo #798B87

Color information

#798B87 (or 0x798B87) is unknown color: approx Gumbo. HEX triplet: 79, 8B and 87. RGB value is (121,139,135). Sum of RGB (Red+Green+Blue) = 121+139+135=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 139 - color contains mainly: green. Hex color #798B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798B87 is #867478. Grayscale: #858585. Windows color (decimal): -8811641 or 8883065. OLE color: 8883065.

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

Color convert

RGB121139135-
CMYK0.1300.030.45
HSL166.67º7.2%50.98%-
HSV(B)166.67º12.95%54.51%-
XYZ21.4924.2826.48-
YUV133.16129.04119.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.63%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 135 (53.12% from 255) = 34.18%
R=30.63%
G=35.19%
B=34.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211391350.1300.030.45166.677.250.98
Hex798B87D032Da7733
Octal171213207150355247763
Binary11110011000101110000111110101110110110100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798B87; }

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

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

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

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

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

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

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

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