#776D3F

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

Shades of Go Ben #776D3F

Tints of Go Ben #776D3F

Color information

#776D3F (or 0x776D3F) is unknown color: approx Go Ben. HEX triplet: 77, 6D and 3F. RGB value is (119,109,63). Sum of RGB (Red+Green+Blue) = 119+109+63=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #776D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D3F is #8892C0. Grayscale: #6A6A6A. Windows color (decimal): -8950465 or 4156791. OLE color: 4156791.

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

Color convert

RGB11910963-
CMYK00.080.470.53
HSL49.29º30.77%35.69%-
HSV(B)49.29º47.06%46.67%-
XYZ13.9715.226.9-
YUV106.75103.31136.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 63 (25% from 255) = 21.65%
R=40.89%
G=37.46%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191096300.080.470.5349.2930.7735.69
Hex776D3F082F35311f24
Octal167155770105765613744
Binary111011111011011111110100010111111010111000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,109,63); }

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

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

 a { background-color: rgb(119,109,63); }

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

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

 span { border-color: rgb(119,109,63); }

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