#776F3D

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

Shades of Go Ben #776F3D

Tints of Go Ben #776F3D

Color information

#776F3D (or 0x776F3D) is unknown color: approx Go Ben. HEX triplet: 77, 6F and 3D. RGB value is (119,111,61). Sum of RGB (Red+Green+Blue) = 119+111+61=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #776F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F3D is #8890C2. Grayscale: #6B6B6B. Windows color (decimal): -8949955 or 4026231. OLE color: 4026231.

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

Color convert

RGB11911161-
CMYK00.070.490.53
HSL51.72º32.22%35.29%-
HSV(B)51.72º48.74%46.67%-
XYZ14.1315.636.69-
YUV107.69101.65136.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 61 (24.22% from 255) = 20.96%
R=40.89%
G=38.14%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191116100.070.490.5351.7232.2235.29
Hex776F3D073135342023
Octal16715775076165644043
Binary111011111011111111010111110001110101110100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,111,61); }

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

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

 a { background-color: rgb(119,111,61); }

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

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

 span { border-color: rgb(119,111,61); }

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