Html Css Color HEX #778D89 Gumbo

📋 copy color: '#778D89'

red 119 ◦ green 141 ◦ blue 137

#778D89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #778D89

Tints of Gumbo #778D89

RGB

 RED value IS 119 (46.88% from 255) = 29.97%

 GREEN value IS 141 (55.47% from 255) = 35.52%

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 29.97%
G = 35.52%
B = 34.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#778D89 (or 0x778D89) is known color: Gumbo. HEX triplet: 77, 8D and 89. RGB value is (119,141,137). Sum of RGB (Red+Green+Blue) = 119+141+137=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 141 - color contains mainly: green. Hex color #778D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D89 is #887276. Grayscale: #858585. Windows color (decimal): -8942199 or 9014647. OLE color: 9014647.

HSL color Cylindrical-coordinate representation of color #778D89: hue angle of 169.09º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778D89 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 141 137 -
CMYK 0.16 0 0.03 0.45
HSL 169.09º 0.09% 0.51% -
HSV(B) 169.09º 0.16% 0.55% -
XYZ 21.65 24.78 27.31 -
YUV 133.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 119 141 137 0.16 0 0.03 0.45 169.09 0.09 0.51
Hex 77 8D 89 10 0 3 2D A9 9 33
Octal 167 215 211 20 0 3 55 251 11 63
Binary 1110111 10001101 10001001 10000 0 11 101101 10101001 1001 110011

Color Harmonies of #778D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778D89

Black with #778D89

Text Example


Text Example

White with #778D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778D89; }

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

 H1.HeaderClassName
 {
   color: #778D89;
 }
 .AnyTagClassName
 {
   color: #778D89;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #778D89;
 }
 .BgClassName
 {
   background-color: #778D89;
 }
</style>

border-color css

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

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

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