Html Css Color HEX #788D89 Gumbo

📋 copy color: '#788D89'

red 120 ◦ green 141 ◦ blue 137

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

Shades of Gumbo #788D89

Tints of Gumbo #788D89

RGB

 RED value IS 120 (47.27% from 255) = 30.15%

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

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

R = 30.15%
G = 35.43%
B = 34.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#788D89 (or 0x788D89) is known color: Gumbo. HEX triplet: 78, 8D and 89. RGB value is (120,141,137). Sum of RGB (Red+Green+Blue) = 120+141+137=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 141 - color contains mainly: green. Hex color #788D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D89 is #877276. Grayscale: #868686. Windows color (decimal): -8876663 or 9014648. OLE color: 9014648.

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

Color convert

RGB 120 141 137 -
CMYK 0.15 0 0.03 0.45
HSL 168.57º 0.08% 0.51% -
HSV(B) 168.57º 0.15% 0.55% -
XYZ 21.79 24.85 27.32 -
YUV 134.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 120 141 137 0.15 0 0.03 0.45 168.57 0.08 0.51
Hex 78 8D 89 F 0 3 2D A9 8 33
Octal 170 215 211 17 0 3 55 251 10 63
Binary 1111000 10001101 10001001 1111 0 11 101101 10101001 1000 110011

Color Harmonies of #788D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788D89

Black with #788D89

Text Example


Text Example

White with #788D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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