Html Css Color HEX #776E49 Go Ben

📋 copy color: '#776E49'

red 119 ◦ green 110 ◦ blue 73

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

Shades of Go Ben #776E49

Tints of Go Ben #776E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.42%

 BLUE value IS 73 (28.91% from 255) = 24.17%

R = 39.4%
G = 36.42%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.39

 K value IS 0.53

RGB Variations

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

Color information

#776E49 (or 0x776E49) is known color: Go Ben. HEX triplet: 77, 6E and 49. RGB value is (119,110,73). Sum of RGB (Red+Green+Blue) = 119+110+73=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E49 is #8891B6. Grayscale: #6C6C6C. Windows color (decimal): -8950199 or 4812407. OLE color: 4812407.

HSL color Cylindrical-coordinate representation of color #776E49: hue angle of 48.26º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776E49 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 110 73 -
CMYK 0 0.08 0.39 0.53
HSL 48.26º 0.24% 0.38% -
HSV(B) 48.26º 0.39% 0.47% -
XYZ 14.39 15.55 8.55 -
YUV 108.47 107.98 135.51 -
System Red Green Blue C M Y K H S L
Decimal 119 110 73 0 0.08 0.39 0.53 48.26 0.24 0.38
Hex 77 6E 49 0 8 27 35 30 18 26
Octal 167 156 111 0 10 47 65 60 30 46
Binary 1110111 1101110 1001001 0 1000 100111 110101 110000 11000 100110

Color Harmonies of #776E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E49

Black with #776E49

Text Example


Text Example

White with #776E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776E49; }

 p { color: rgb(119,110,73); }

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

background-color css

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

 a { background-color: rgb(119,110,73); }

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

border-color css

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

 span { border-color: rgb(119,110,73); }

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