Html Css Color HEX #778C88 Gumbo

📋 copy color: '#778C88'

red 119 ◦ green 140 ◦ blue 136

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

Shades of Gumbo #778C88

Tints of Gumbo #778C88

RGB

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

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

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

R = 30.13%
G = 35.44%
B = 34.43%

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

#778C88 (or 0x778C88) is known color: Gumbo. HEX triplet: 77, 8C and 88. RGB value is (119,140,136). Sum of RGB (Red+Green+Blue) = 119+140+136=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 140 - color contains mainly: green. Hex color #778C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778C88 is #887377. Grayscale: #858585. Windows color (decimal): -8942456 or 8948855. OLE color: 8948855.

HSL color Cylindrical-coordinate representation of color #778C88: 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 #778C88 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 140 136 -
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.43 24.46 26.88 -
YUV 133.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 119 140 136 0.15 0 0.03 0.45 168.57 0.08 0.51
Hex 77 8C 88 F 0 3 2D A9 8 33
Octal 167 214 210 17 0 3 55 251 10 63
Binary 1110111 10001100 10001000 1111 0 11 101101 10101001 1000 110011

Color Harmonies of #778C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778C88

Black with #778C88

Text Example


Text Example

White with #778C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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