#776A48

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

Shades of Go Ben #776A48

Tints of Go Ben #776A48

Color information

#776A48 (or 0x776A48) is unknown color: approx Go Ben. HEX triplet: 77, 6A and 48. RGB value is (119,106,72). Sum of RGB (Red+Green+Blue) = 119+106+72=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #776A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A48 is #8895B7. Grayscale: #6A6A6A. Windows color (decimal): -8951224 or 4745847. OLE color: 4745847.

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

Color convert

RGB11910672-
CMYK00.110.390.53
HSL43.4º24.61%37.45%-
HSV(B)43.4º39.5%46.67%-
XYZ13.9314.78.23-
YUV106.01108.81137.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=40.07%
G=35.69%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191067200.110.390.5343.424.6137.45
Hex776A480B27352b1925
Octal1671521100134765533145
Binary1110111110101010010000101110011111010110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,72); }

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

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

 a { background-color: rgb(119,106,72); }

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

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

 span { border-color: rgb(119,106,72); }

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