Html Css Color HEX #776F47 Go Ben

📋 copy color: '#776F47'

red 119 ◦ green 111 ◦ blue 71

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

Shades of Go Ben #776F47

Tints of Go Ben #776F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

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

R = 39.53%
G = 36.88%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#776F47 (or 0x776F47) is known color: Go Ben. HEX triplet: 77, 6F and 47. RGB value is (119,111,71). Sum of RGB (Red+Green+Blue) = 119+111+71=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #776F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F47 is #8890B8. Grayscale: #6D6D6D. Windows color (decimal): -8949945 or 4681591. OLE color: 4681591.

HSL color Cylindrical-coordinate representation of color #776F47: hue angle of 50º 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 #776F47 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 71 -
CMYK 0 0.07 0.40 0.53
HSL 50º 0.25% 0.37% -
HSV(B) 50º 0.4% 0.47% -
XYZ 14.43 15.75 8.24 -
YUV 108.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 119 111 71 0 0.07 0.40 0.53 50 0.25 0.37
Hex 77 6F 47 0 7 28 35 32 19 25
Octal 167 157 107 0 7 50 65 62 31 45
Binary 1110111 1101111 1000111 0 111 101000 110101 110010 11001 100101

Color Harmonies of #776F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F47

Black with #776F47

Text Example


Text Example

White with #776F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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