Html Css Color HEX #778683 Gumbo

📋 copy color: '#778683'

red 119 ◦ green 134 ◦ blue 131

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

Shades of Gumbo #778683

Tints of Gumbo #778683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

 BLUE value IS 131 (51.56% from 255) = 34.11%

R = 30.99%
G = 34.9%
B = 34.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#778683 (or 0x778683) is known color: Gumbo. HEX triplet: 77, 86 and 83. RGB value is (119,134,131). Sum of RGB (Red+Green+Blue) = 119+134+131=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #778683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778683 is #88797C. Grayscale: #818181. Windows color (decimal): -8943997 or 8619639. OLE color: 8619639.

HSL color Cylindrical-coordinate representation of color #778683: hue angle of 168º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778683 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 134 131 -
CMYK 0.11 0 0.02 0.47
HSL 168º 0.06% 0.5% -
HSV(B) 168º 0.11% 0.53% -
XYZ 20.23 22.61 24.77 -
YUV 129.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 119 134 131 0.11 0 0.02 0.47 168 0.06 0.5
Hex 77 86 83 B 0 2 2F A8 6 32
Octal 167 206 203 13 0 2 57 250 6 62
Binary 1110111 10000110 10000011 1011 0 10 101111 10101000 110 110010

Color Harmonies of #778683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778683

Black with #778683

Text Example


Text Example

White with #778683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778683; }

 p { color: rgb(119,134,131); }

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

background-color css

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

 a { background-color: rgb(119,134,131); }

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

border-color css

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

 span { border-color: rgb(119,134,131); }

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