Html Css Color HEX #776D4A Go Ben

📋 copy color: '#776D4A'

red 119 ◦ green 109 ◦ blue 74

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

Shades of Go Ben #776D4A

Tints of Go Ben #776D4A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.09%

 BLUE value IS 74 (29.3% from 255) = 24.5%

R = 39.4%
G = 36.09%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#776D4A (or 0x776D4A) is known color: Go Ben. HEX triplet: 77, 6D and 4A. RGB value is (119,109,74). Sum of RGB (Red+Green+Blue) = 119+109+74=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D4A is #8892B5. Grayscale: #6C6C6C. Windows color (decimal): -8950454 or 4877687. OLE color: 4877687.

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

Color convert

RGB 119 109 74 -
CMYK 0 0.08 0.38 0.53
HSL 46.67º 0.23% 0.38% -
HSV(B) 46.67º 0.38% 0.47% -
XYZ 14.31 15.35 8.69 -
YUV 108 108.81 135.85 -
System Red Green Blue C M Y K H S L
Decimal 119 109 74 0 0.08 0.38 0.53 46.67 0.23 0.38
Hex 77 6D 4A 0 8 26 35 2F 17 26
Octal 167 155 112 0 10 46 65 57 27 46
Binary 1110111 1101101 1001010 0 1000 100110 110101 101111 10111 100110

Color Harmonies of #776D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D4A

Black with #776D4A

Text Example


Text Example

White with #776D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,109,74); }

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

background-color css

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

 a { background-color: rgb(119,109,74); }

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

border-color css

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

 span { border-color: rgb(119,109,74); }

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