#778784

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

Shades of Gumbo #778784

Tints of Gumbo #778784

Color information

#778784 (or 0x778784) is unknown color: approx Gumbo. HEX triplet: 77, 87 and 84. RGB value is (119,135,132). Sum of RGB (Red+Green+Blue) = 119+135+132=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 135 - color contains mainly: green. Hex color #778784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778784 is #88787B. Grayscale: #818181. Windows color (decimal): -8943740 or 8685431. OLE color: 8685431.

HSL color Cylindrical-coordinate representation of color #778784: hue angle of 168.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778784 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB119135132-
CMYK0.1200.020.47
HSL168.75º6.3%49.8%-
HSV(B)168.75º11.85%52.94%-
XYZ20.4422.9225.18-
YUV129.87129.2120.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.83%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=30.83%
G=34.97%
B=34.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191351320.1200.020.47168.756.349.8
Hex778784C022Fa9632
Octal167207204140257251662
Binary11101111000011110000100110001010111110101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778784; }

 p { color: rgb(119,135,132); }

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

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

 a { background-color: rgb(119,135,132); }

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

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

 span { border-color: rgb(119,135,132); }

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