#776F41

Color #776F41 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #776F41

Tints of Go Ben #776F41

Color information

#776F41 (or 0x776F41) is unknown color: approx Go Ben. HEX triplet: 77, 6F and 41. RGB value is (119,111,65). Sum of RGB (Red+Green+Blue) = 119+111+65=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #776F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F41 is #8890BE. Grayscale: #6C6C6C. Windows color (decimal): -8949951 or 4288375. OLE color: 4288375.

HSL color Cylindrical-coordinate representation of color #776F41: hue angle of 51.11º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #776F41 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB11911165-
CMYK00.070.450.53
HSL51.11º29.35%36.08%-
HSV(B)51.11º45.38%46.67%-
XYZ14.2515.677.28-
YUV108.15103.65135.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 65 (25.78% from 255) = 22.03%
R=40.34%
G=37.63%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191116500.070.450.5351.1129.3536.08
Hex776F41072D35331d24
Octal167157101075565633544
Binary111011111011111000001011110110111010111001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #776F41;
 }
 .AnyTagClassName
 {
   color: #776F41;
 }
</style>
background-color css

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

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

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

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

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

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