Html Css Color HEX #788C88 Gumbo

📋 copy color: '#788C88'

red 120 ◦ green 140 ◦ blue 136

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

Shades of Gumbo #788C88

Tints of Gumbo #788C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

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

R = 30.3%
G = 35.35%
B = 34.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#788C88 (or 0x788C88) is known color: Gumbo. HEX triplet: 78, 8C and 88. RGB value is (120,140,136). Sum of RGB (Red+Green+Blue) = 120+140+136=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 140 - color contains mainly: green. Hex color #788C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C88 is #877377. Grayscale: #858585. Windows color (decimal): -8876920 or 8948856. OLE color: 8948856.

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

Color convert

RGB 120 140 136 -
CMYK 0.14 0 0.03 0.45
HSL 168º 0.08% 0.51% -
HSV(B) 168º 0.14% 0.55% -
XYZ 21.57 24.53 26.89 -
YUV 133.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 120 140 136 0.14 0 0.03 0.45 168 0.08 0.51
Hex 78 8C 88 E 0 3 2D A8 8 33
Octal 170 214 210 16 0 3 55 250 10 63
Binary 1111000 10001100 10001000 1110 0 11 101101 10101000 1000 110011

Color Harmonies of #788C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788C88

Black with #788C88

Text Example


Text Example

White with #788C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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