#776B48

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

Shades of Go Ben #776B48

Tints of Go Ben #776B48

Color information

#776B48 (or 0x776B48) is unknown color: approx Go Ben. HEX triplet: 77, 6B and 48. RGB value is (119,107,72). Sum of RGB (Red+Green+Blue) = 119+107+72=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 107 (42.19% from 255 or 35.91% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #776B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776B48 is #8894B7. Grayscale: #6A6A6A. Windows color (decimal): -8950968 or 4746103. OLE color: 4746103.

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

Color convert

RGB11910772-
CMYK00.100.390.53
HSL44.68º24.61%37.45%-
HSV(B)44.68º39.5%46.67%-
XYZ14.0414.918.27-
YUV106.6108.48136.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 107 (42.19% from 255) = 35.91%
BLUE value IS 72 (28.52% from 255) = 24.16%
R=39.93%
G=35.91%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191077200.100.390.5344.6824.6137.45
Hex776B480A27352d1925
Octal1671531100124765553145
Binary1110111110101110010000101010011111010110110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,72); }

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

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

 a { background-color: rgb(119,107,72); }

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

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

 span { border-color: rgb(119,107,72); }

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