#77918C

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

Shades of Gumbo #77918C

Tints of Gumbo #77918C

Color information

#77918C (or 0x77918C) is unknown color: approx Gumbo. HEX triplet: 77, 91 and 8C. RGB value is (119,145,140). Sum of RGB (Red+Green+Blue) = 119+145+140=404 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.46% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 145 - color contains mainly: green. Hex color #77918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77918C is #886E73. Grayscale: #888888. Windows color (decimal): -8941172 or 9212279. OLE color: 9212279.

HSL color Cylindrical-coordinate representation of color #77918C: hue angle of 168.46º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77918C is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB119145140-
CMYK0.1800.030.43
HSL168.46º10.57%51.76%-
HSV(B)168.46º17.93%56.86%-
XYZ22.4726.0728.66-
YUV136.66129.89115.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.46%
GREEN value IS 145 (57.03% from 255) = 35.89%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=29.46%
G=35.89%
B=34.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1191451400.1800.030.43168.4610.5751.76
Hex77918C12032Ba8b34
Octal1672212142203532501364
Binary1110111100100011000110010010011101011101010001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77918C; }

 p { color: rgb(119,145,140); }

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

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

 a { background-color: rgb(119,145,140); }

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

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

 span { border-color: rgb(119,145,140); }

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