Html Css Color HEX #788D88 Gumbo

📋 copy color: '#788D88'

red 120 ◦ green 141 ◦ blue 136

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

Shades of Gumbo #788D88

Tints of Gumbo #788D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.26%

R = 30.23%
G = 35.52%
B = 34.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#788D88 (or 0x788D88) is known color: Gumbo. HEX triplet: 78, 8D and 88. RGB value is (120,141,136). Sum of RGB (Red+Green+Blue) = 120+141+136=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 141 - color contains mainly: green. Hex color #788D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D88 is #877277. Grayscale: #868686. Windows color (decimal): -8876664 or 8949112. OLE color: 8949112.

HSL color Cylindrical-coordinate representation of color #788D88: hue angle of 165.71º 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 #788D88 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 141 136 -
CMYK 0.15 0 0.04 0.45
HSL 165.71º 0.08% 0.51% -
HSV(B) 165.71º 0.15% 0.55% -
XYZ 21.71 24.82 26.94 -
YUV 134.15 129.04 117.91 -
System Red Green Blue C M Y K H S L
Decimal 120 141 136 0.15 0 0.04 0.45 165.71 0.08 0.51
Hex 78 8D 88 F 0 4 2D A6 8 33
Octal 170 215 210 17 0 4 55 246 10 63
Binary 1111000 10001101 10001000 1111 0 100 101101 10100110 1000 110011

Color Harmonies of #788D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788D88

Black with #788D88

Text Example


Text Example

White with #788D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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