#776E45

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

Shades of Go Ben #776E45

Tints of Go Ben #776E45

Color information

#776E45 (or 0x776E45) is unknown color: approx Go Ben. HEX triplet: 77, 6E and 45. RGB value is (119,110,69). Sum of RGB (Red+Green+Blue) = 119+110+69=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #776E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776E45 is #8891BA. Grayscale: #6C6C6C. Windows color (decimal): -8950203 or 4550263. OLE color: 4550263.

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

Color convert

RGB11911069-
CMYK00.080.420.53
HSL49.2º26.6%36.86%-
HSV(B)49.2º42.02%46.67%-
XYZ14.2615.57.87-
YUV108.02105.98135.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 69 (27.34% from 255) = 23.15%
R=39.93%
G=36.91%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191106900.080.420.5349.226.636.86
Hex776E45082A35311b25
Octal1671561050105265613345
Binary1110111110111010001010100010101011010111000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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