#776E4D

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

Shades of Go Ben #776E4D

Tints of Go Ben #776E4D

Color information

#776E4D (or 0x776E4D) is unknown color: approx Go Ben. HEX triplet: 77, 6E and 4D. RGB value is (119,110,77). Sum of RGB (Red+Green+Blue) = 119+110+77=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #776E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E4D is #8891B2. Grayscale: #6D6D6D. Windows color (decimal): -8950195 or 5074551. OLE color: 5074551.

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

Color convert

RGB11911077-
CMYK00.080.350.53
HSL47.14º21.43%38.43%-
HSV(B)47.14º35.29%46.67%-
XYZ14.5215.619.27-
YUV108.93109.98135.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 110 (43.36% from 255) = 35.95%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=38.89%
G=35.95%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191107700.080.350.5347.1421.4338.43
Hex776E4D0823352f1526
Octal1671561150104365572546
Binary1110111110111010011010100010001111010110111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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