#776947

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

Shades of Go Ben #776947

Tints of Go Ben #776947

Color information

#776947 (or 0x776947) is unknown color: approx Go Ben. HEX triplet: 77, 69 and 47. RGB value is (119,105,71). Sum of RGB (Red+Green+Blue) = 119+105+71=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #776947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776947 is #8896B8. Grayscale: #696969. Windows color (decimal): -8951481 or 4680055. OLE color: 4680055.

HSL color Cylindrical-coordinate representation of color #776947: hue angle of 42.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #776947 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB11910571-
CMYK00.120.400.53
HSL42.5º25.26%37.25%-
HSV(B)42.5º40.34%46.67%-
XYZ13.814.488.03-
YUV105.31108.64137.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 71 (28.12% from 255) = 24.07%
R=40.34%
G=35.59%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191057100.120.400.5342.525.2637.25
Hex7769470C28352a1925
Octal1671511070145065523145
Binary1110111110100110001110110010100011010110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776947; }

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

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

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

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

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

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

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

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