#776E4E

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

Shades of Go Ben #776E4E

Tints of Go Ben #776E4E

Color information

#776E4E (or 0x776E4E) is unknown color: approx Go Ben. HEX triplet: 77, 6E and 4E. RGB value is (119,110,78). Sum of RGB (Red+Green+Blue) = 119+110+78=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #776E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E4E is #8891B1. Grayscale: #6D6D6D. Windows color (decimal): -8950194 or 5140087. OLE color: 5140087.

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

Color convert

RGB11911078-
CMYK00.080.340.53
HSL46.83º20.81%38.63%-
HSV(B)46.83º34.45%46.67%-
XYZ14.5615.629.46-
YUV109.04110.48135.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.76%
GREEN value IS 110 (43.36% from 255) = 35.83%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=38.76%
G=35.83%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191107800.080.340.5346.8320.8138.63
Hex776E4E0822352f1527
Octal1671561160104265572547
Binary1110111110111010011100100010001011010110111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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