#776F44

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

Shades of Go Ben #776F44

Tints of Go Ben #776F44

Color information

#776F44 (or 0x776F44) is unknown color: approx Go Ben. HEX triplet: 77, 6F and 44. RGB value is (119,111,68). Sum of RGB (Red+Green+Blue) = 119+111+68=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #776F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F44 is #8890BB. Grayscale: #6C6C6C. Windows color (decimal): -8949948 or 4484983. OLE color: 4484983.

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

Color convert

RGB11911168-
CMYK00.070.430.53
HSL50.59º27.27%36.67%-
HSV(B)50.59º42.86%46.67%-
XYZ14.3415.717.75-
YUV108.49105.15135.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 68 (26.95% from 255) = 22.82%
R=39.93%
G=37.25%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191116800.070.430.5350.5927.2736.67
Hex776F44072B35331b25
Octal167157104075365633345
Binary111011111011111000100011110101111010111001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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