#788B87

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

Shades of Gumbo #788B87

Tints of Gumbo #788B87

Color information

#788B87 (or 0x788B87) is unknown color: approx Gumbo. HEX triplet: 78, 8B and 87. RGB value is (120,139,135). Sum of RGB (Red+Green+Blue) = 120+139+135=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 139 - color contains mainly: green. Hex color #788B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B87 is #877478. Grayscale: #848484. Windows color (decimal): -8877177 or 8883064. OLE color: 8883064.

HSL color Cylindrical-coordinate representation of color #788B87: hue angle of 167.37º 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 #788B87 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB120139135-
CMYK0.1400.030.45
HSL167.37º7.57%50.78%-
HSV(B)167.37º13.67%54.51%-
XYZ21.3524.2126.47-
YUV132.86129.21118.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 135 (53.12% from 255) = 34.26%
R=30.46%
G=35.28%
B=34.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201391350.1400.030.45167.377.5750.78
Hex788B87E032Da7833
Octal1702132071603552471063
Binary111100010001011100001111110011101101101001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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