#778985

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

Shades of Gumbo #778985

Tints of Gumbo #778985

Color information

#778985 (or 0x778985) is unknown color: approx Gumbo. HEX triplet: 77, 89 and 85. RGB value is (119,137,133). Sum of RGB (Red+Green+Blue) = 119+137+133=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #778985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778985 is #88767A. Grayscale: #838383. Windows color (decimal): -8943227 or 8751479. OLE color: 8751479.

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

Color convert

RGB119137133-
CMYK0.1300.030.46
HSL166.67º7.09%50.2%-
HSV(B)166.67º13.14%53.73%-
XYZ20.7923.5125.63-
YUV131.16129.04119.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.59%
GREEN value IS 137 (53.91% from 255) = 35.22%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=30.59%
G=35.22%
B=34.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191371330.1300.030.46166.677.0950.2
Hex778985D032Ea7732
Octal167211205150356247762
Binary11101111000100110000101110101110111010100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778985; }

 p { color: rgb(119,137,133); }

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

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

 a { background-color: rgb(119,137,133); }

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

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

 span { border-color: rgb(119,137,133); }

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