#776F43

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

Shades of Go Ben #776F43

Tints of Go Ben #776F43

Color information

#776F43 (or 0x776F43) is unknown color: approx Go Ben. HEX triplet: 77, 6F and 43. RGB value is (119,111,67). Sum of RGB (Red+Green+Blue) = 119+111+67=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #776F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776F43 is #8890BC. Grayscale: #6C6C6C. Windows color (decimal): -8949949 or 4419447. OLE color: 4419447.

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

Color convert

RGB11911167-
CMYK00.070.440.53
HSL50.77º27.96%36.47%-
HSV(B)50.77º43.7%46.67%-
XYZ14.3115.77.59-
YUV108.38104.65135.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=40.07%
G=37.37%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191116700.070.440.5350.7727.9636.47
Hex776F43072C35331c24
Octal167157103075465633444
Binary111011111011111000011011110110011010111001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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