Html Css Color HEX #776A47 Go Ben

📋 copy color: '#776A47'

red 119 ◦ green 106 ◦ blue 71

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

Shades of Go Ben #776A47

Tints of Go Ben #776A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.81%

 BLUE value IS 71 (28.13% from 255) = 23.99%

R = 40.2%
G = 35.81%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#776A47 (or 0x776A47) is known color: Go Ben. HEX triplet: 77, 6A and 47. RGB value is (119,106,71). Sum of RGB (Red+Green+Blue) = 119+106+71=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 119 - color contains mainly: red. Hex color #776A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A47 is #8895B8. Grayscale: #6A6A6A. Windows color (decimal): -8951225 or 4680311. OLE color: 4680311.

HSL color Cylindrical-coordinate representation of color #776A47: hue angle of 43.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #776A47 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 106 71 -
CMYK 0 0.11 0.40 0.53
HSL 43.75º 0.25% 0.37% -
HSV(B) 43.75º 0.4% 0.47% -
XYZ 13.9 14.68 8.06 -
YUV 105.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 119 106 71 0 0.11 0.40 0.53 43.75 0.25 0.37
Hex 77 6A 47 0 B 28 35 2C 19 25
Octal 167 152 107 0 13 50 65 54 31 45
Binary 1110111 1101010 1000111 0 1011 101000 110101 101100 11001 100101

Color Harmonies of #776A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776A47

Black with #776A47

Text Example


Text Example

White with #776A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,106,71); }

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

background-color css

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

 a { background-color: rgb(119,106,71); }

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

border-color css

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

 span { border-color: rgb(119,106,71); }

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