#776648

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

Shades of Soya Bean #776648

Tints of Soya Bean #776648

Color information

#776648 (or 0x776648) is unknown color: approx Soya Bean. HEX triplet: 77, 66 and 48. RGB value is (119,102,72). Sum of RGB (Red+Green+Blue) = 119+102+72=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 119 - color contains mainly: red. Hex color #776648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776648 is #8899B7. Grayscale: #676767. Windows color (decimal): -8952248 or 4744823. OLE color: 4744823.

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

Color convert

RGB11910272-
CMYK00.140.390.53
HSL38.3º24.61%37.45%-
HSV(B)38.3º39.5%46.67%-
XYZ13.5313.898.1-
YUV103.66110.13138.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.61%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 72 (28.52% from 255) = 24.57%
R=40.61%
G=34.81%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191027200.140.390.5338.324.6137.45
Hex7766480E2735261925
Octal1671461100164765463145
Binary1110111110011010010000111010011111010110011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776648; }

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

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

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

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

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

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

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

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