Html Css Color HEX #778682 Gumbo

📋 copy color: '#778682'

red 119 ◦ green 134 ◦ blue 130

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

Shades of Gumbo #778682

Tints of Gumbo #778682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 31.07%
G = 34.99%
B = 33.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#778682 (or 0x778682) is known color: Gumbo. HEX triplet: 77, 86 and 82. RGB value is (119,134,130). Sum of RGB (Red+Green+Blue) = 119+134+130=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 134 - color contains mainly: green. Hex color #778682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778682 is #88797D. Grayscale: #818181. Windows color (decimal): -8943998 or 8554103. OLE color: 8554103.

HSL color Cylindrical-coordinate representation of color #778682: hue angle of 164º 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 #778682 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 134 130 -
CMYK 0.11 0 0.03 0.47
HSL 164º 0.06% 0.5% -
HSV(B) 164º 0.11% 0.53% -
XYZ 20.16 22.58 24.42 -
YUV 129.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 119 134 130 0.11 0 0.03 0.47 164 0.06 0.5
Hex 77 86 82 B 0 3 2F A4 6 32
Octal 167 206 202 13 0 3 57 244 6 62
Binary 1110111 10000110 10000010 1011 0 11 101111 10100100 110 110010

Color Harmonies of #778682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778682

Black with #778682

Text Example


Text Example

White with #778682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778682; }

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

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

background-color css

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

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

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

border-color css

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

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

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