#776848

Color #776848 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #776848

Tints of Soya Bean #776848

Color information

#776848 (or 0x776848) is unknown color: approx Soya Bean. HEX triplet: 77, 68 and 48. RGB value is (119,104,72). Sum of RGB (Red+Green+Blue) = 119+104+72=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 119 - color contains mainly: red. Hex color #776848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776848 is #8897B7. Grayscale: #686868. Windows color (decimal): -8951736 or 4745335. OLE color: 4745335.

HSL color Cylindrical-coordinate representation of color #776848: hue angle of 40.85º 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 #776848 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB11910472-
CMYK00.130.390.53
HSL40.85º24.61%37.45%-
HSV(B)40.85º39.5%46.67%-
XYZ13.7314.298.17-
YUV104.84109.47138.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.34%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=40.34%
G=35.25%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191047200.130.390.5340.8524.6137.45
Hex7768480D2735291925
Octal1671501100154765513145
Binary1110111110100010010000110110011111010110100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776848; }

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

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

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

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

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

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

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

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