#776C4D

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

Shades of Go Ben #776C4D

Tints of Go Ben #776C4D

Color information

#776C4D (or 0x776C4D) is unknown color: approx Go Ben. HEX triplet: 77, 6C and 4D. RGB value is (119,108,77). Sum of RGB (Red+Green+Blue) = 119+108+77=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 119 - color contains mainly: red. Hex color #776C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C4D is #8893B2. Grayscale: #6B6B6B. Windows color (decimal): -8950707 or 5074039. OLE color: 5074039.

HSL color Cylindrical-coordinate representation of color #776C4D: hue angle of 44.29º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #776C4D is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB11910877-
CMYK00.090.350.53
HSL44.29º21.43%38.43%-
HSV(B)44.29º35.29%46.67%-
XYZ14.3115.189.2-
YUV107.76110.64136.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.14%
GREEN value IS 108 (42.58% from 255) = 35.53%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=39.14%
G=35.53%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191087700.090.350.5344.2921.4338.43
Hex776C4D0923352c1526
Octal1671541150114365542546
Binary1110111110110010011010100110001111010110110010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,108,77); }

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

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

 a { background-color: rgb(119,108,77); }

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

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

 span { border-color: rgb(119,108,77); }

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