#788D89

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

Shades of Gumbo #788D89

Tints of Gumbo #788D89

Color information

#788D89 (or 0x788D89) is unknown color: approx Gumbo. HEX triplet: 78, 8D and 89. RGB value is (120,141,137). Sum of RGB (Red+Green+Blue) = 120+141+137=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #788D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D89 is #877276. Grayscale: #868686. Windows color (decimal): -8876663 or 9014648. OLE color: 9014648.

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

Color convert

RGB120141137-
CMYK0.1500.030.45
HSL168.57º8.43%51.18%-
HSV(B)168.57º14.89%55.29%-
XYZ21.7924.8527.32-
YUV134.26129.54117.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 137 (53.91% from 255) = 34.42%
R=30.15%
G=35.43%
B=34.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201411370.1500.030.45168.578.4351.18
Hex788D89F032Da9833
Octal1702152111703552511063
Binary111100010001101100010011111011101101101010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788D89; }

 p { color: rgb(120,141,137); }

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

<style>
 a { background-color: #788D89; }

 a { background-color: rgb(120,141,137); }

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

<style>
 span { border-color: #788D89; }

 span { border-color: rgb(120,141,137); }

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