#776E46

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

Shades of Go Ben #776E46

Tints of Go Ben #776E46

Color information

#776E46 (or 0x776E46) is unknown color: approx Go Ben. HEX triplet: 77, 6E and 46. RGB value is (119,110,70). Sum of RGB (Red+Green+Blue) = 119+110+70=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 119 - color contains mainly: red. Hex color #776E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E46 is #8891B9. Grayscale: #6C6C6C. Windows color (decimal): -8950202 or 4615799. OLE color: 4615799.

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

Color convert

RGB11911070-
CMYK00.080.410.53
HSL48.98º25.93%37.06%-
HSV(B)48.98º41.18%46.67%-
XYZ14.2915.528.04-
YUV108.13106.48135.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.80%
GREEN value IS 110 (43.36% from 255) = 36.79%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=39.80%
G=36.79%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191107000.080.410.5348.9825.9337.06
Hex776E46082935311a25
Octal1671561060105165613245
Binary1110111110111010001100100010100111010111000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,70); }

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

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

 a { background-color: rgb(119,110,70); }

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

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

 span { border-color: rgb(119,110,70); }

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