#776949

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

Shades of Go Ben #776949

Tints of Go Ben #776949

Color information

#776949 (or 0x776949) is unknown color: approx Go Ben. HEX triplet: 77, 69 and 49. RGB value is (119,105,73). Sum of RGB (Red+Green+Blue) = 119+105+73=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #776949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776949 is #8896B6. Grayscale: #696969. Windows color (decimal): -8951479 or 4811127. OLE color: 4811127.

HSL color Cylindrical-coordinate representation of color #776949: hue angle of 41.74º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #776949 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB11910573-
CMYK00.120.390.53
HSL41.74º23.96%37.65%-
HSV(B)41.74º38.66%46.67%-
XYZ13.8614.518.37-
YUV105.54109.64137.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=40.07%
G=35.35%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191057300.120.390.5341.7423.9637.65
Hex7769490C27352a1826
Octal1671511110144765523046
Binary1110111110100110010010110010011111010110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776949; }

 p { color: rgb(119,105,73); }

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

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

 a { background-color: rgb(119,105,73); }

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

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

 span { border-color: rgb(119,105,73); }

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