Html Css Color HEX #778581 Gumbo

📋 copy color: '#778581'

red 119 ◦ green 133 ◦ blue 129

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

Shades of Gumbo #778581

Tints of Gumbo #778581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.91%

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 31.23%
G = 34.91%
B = 33.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#778581 (or 0x778581) is known color: Gumbo. HEX triplet: 77, 85 and 81. RGB value is (119,133,129). Sum of RGB (Red+Green+Blue) = 119+133+129=381 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.23% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 133 - color contains mainly: green. Hex color #778581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778581 is #887A7E. Grayscale: #808080. Windows color (decimal): -8944255 or 8488311. OLE color: 8488311.

HSL color Cylindrical-coordinate representation of color #778581: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778581 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 133 129 -
CMYK 0.11 0 0.03 0.48
HSL 162.86º 0.06% 0.49% -
HSV(B) 162.86º 0.11% 0.52% -
XYZ 19.96 22.28 24.02 -
YUV 128.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 119 133 129 0.11 0 0.03 0.48 162.86 0.06 0.49
Hex 77 85 81 B 0 3 30 A3 6 31
Octal 167 205 201 13 0 3 60 243 6 61
Binary 1110111 10000101 10000001 1011 0 11 110000 10100011 110 110001

Color Harmonies of #778581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778581

Black with #778581

Text Example


Text Example

White with #778581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778581; }

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

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

background-color css

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

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

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

border-color css

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

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

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