#776B45

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

Shades of Go Ben #776B45

Tints of Go Ben #776B45

Color information

#776B45 (or 0x776B45) is unknown color: approx Go Ben. HEX triplet: 77, 6B and 45. RGB value is (119,107,69). Sum of RGB (Red+Green+Blue) = 119+107+69=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #776B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B45 is #8894BA. Grayscale: #6A6A6A. Windows color (decimal): -8950971 or 4549495. OLE color: 4549495.

HSL color Cylindrical-coordinate representation of color #776B45: hue angle of 45.6º 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 #776B45 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB11910769-
CMYK00.100.420.53
HSL45.6º26.6%36.86%-
HSV(B)45.6º42.02%46.67%-
XYZ13.9414.877.77-
YUV106.26106.98137.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 107 (42.19% from 255) = 36.27%
BLUE value IS 69 (27.34% from 255) = 23.39%
R=40.34%
G=36.27%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191076900.100.420.5345.626.636.86
Hex776B450A2A352e1b25
Octal1671531050125265563345
Binary1110111110101110001010101010101011010110111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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