Html Css Color HEX #778985 Gumbo

📋 copy color: '#778985'

red 119 ◦ green 137 ◦ blue 133

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

Shades of Gumbo #778985

Tints of Gumbo #778985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.22%

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 30.59%
G = 35.22%
B = 34.19%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#778985 (or 0x778985) is known color: Gumbo. HEX triplet: 77, 89 and 85. RGB value is (119,137,133). Sum of RGB (Red+Green+Blue) = 119+137+133=389 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.59% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 137 - color contains mainly: green. Hex color #778985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778985 is #88767A. Grayscale: #838383. Windows color (decimal): -8943227 or 8751479. OLE color: 8751479.

HSL color Cylindrical-coordinate representation of color #778985: hue angle of 166.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778985 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 137 133 -
CMYK 0.13 0 0.03 0.46
HSL 166.67º 0.07% 0.5% -
HSV(B) 166.67º 0.13% 0.54% -
XYZ 20.79 23.51 25.63 -
YUV 131.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 119 137 133 0.13 0 0.03 0.46 166.67 0.07 0.5
Hex 77 89 85 D 0 3 2E A7 7 32
Octal 167 211 205 15 0 3 56 247 7 62
Binary 1110111 10001001 10000101 1101 0 11 101110 10100111 111 110010

Color Harmonies of #778985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778985

Black with #778985

Text Example


Text Example

White with #778985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778985; }

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

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

background-color css

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

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

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

border-color css

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

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

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