#776748

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

Shades of Soya Bean #776748

Tints of Soya Bean #776748

Color information

#776748 (or 0x776748) is unknown color: approx Soya Bean. HEX triplet: 77, 67 and 48. RGB value is (119,103,72). Sum of RGB (Red+Green+Blue) = 119+103+72=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #776748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776748 is #8898B7. Grayscale: #686868. Windows color (decimal): -8951992 or 4745079. OLE color: 4745079.

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

Color convert

RGB11910372-
CMYK00.130.390.53
HSL39.57º24.61%37.45%-
HSV(B)39.57º39.5%46.67%-
XYZ13.6314.098.13-
YUV104.25109.8138.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 103 (40.62% from 255) = 35.03%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=40.48%
G=35.03%
B=24.49%

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
Decimal1191037200.130.390.5339.5724.6137.45
Hex7767480D2735281925
Octal1671471100154765503145
Binary1110111110011110010000110110011111010110100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776748; }

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

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

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

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

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

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

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

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