#776946

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

Shades of Go Ben #776946

Tints of Go Ben #776946

Color information

#776946 (or 0x776946) is unknown color: approx Go Ben. HEX triplet: 77, 69 and 46. RGB value is (119,105,70). Sum of RGB (Red+Green+Blue) = 119+105+70=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #776946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776946 is #8896B9. Grayscale: #696969. Windows color (decimal): -8951482 or 4614519. OLE color: 4614519.

HSL color Cylindrical-coordinate representation of color #776946: hue angle of 42.86º 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 #776946 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB11910570-
CMYK00.120.410.53
HSL42.86º25.93%37.06%-
HSV(B)42.86º41.18%46.67%-
XYZ13.7614.477.86-
YUV105.2108.14137.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=40.48%
G=35.71%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191057000.120.410.5342.8625.9337.06
Hex7769460C29352b1a25
Octal1671511060145165533245
Binary1110111110100110001100110010100111010110101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776946; }

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

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

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

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

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

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

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

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