#788F8B

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

Shades of Gumbo #788F8B

Tints of Gumbo #788F8B

Color information

#788F8B (or 0x788F8B) is unknown color: approx Gumbo. HEX triplet: 78, 8F and 8B. RGB value is (120,143,139). Sum of RGB (Red+Green+Blue) = 120+143+139=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 143 - color contains mainly: green. Hex color #788F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F8B is #877074. Grayscale: #878787. Windows color (decimal): -8876149 or 9146232. OLE color: 9146232.

HSL color Cylindrical-coordinate representation of color #788F8B: hue angle of 169.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788F8B is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB120143139-
CMYK0.1600.030.44
HSL169.57º9.31%51.57%-
HSV(B)169.57º16.08%56.08%-
XYZ22.2325.528.18-
YUV135.67129.88116.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=29.85%
G=35.57%
B=34.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201431390.1600.030.44169.579.3151.57
Hex788F8B10032Caa934
Octal1702172132003542521164
Binary1111000100011111000101110000011101100101010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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