#776548

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

Shades of Soya Bean #776548

Tints of Soya Bean #776548

Color information

#776548 (or 0x776548) is unknown color: approx Soya Bean. HEX triplet: 77, 65 and 48. RGB value is (119,101,72). Sum of RGB (Red+Green+Blue) = 119+101+72=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #776548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776548 is #889AB7. Grayscale: #676767. Windows color (decimal): -8952504 or 4744567. OLE color: 4744567.

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

Color convert

RGB11910172-
CMYK00.150.390.53
HSL37.02º24.61%37.45%-
HSV(B)37.02º39.5%46.67%-
XYZ13.4313.78.07-
YUV103.08110.46139.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.75%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=40.75%
G=34.59%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191017200.150.390.5337.0224.6137.45
Hex7765480F2735251925
Octal1671451100174765453145
Binary1110111110010110010000111110011111010110010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776548; }

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

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

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

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

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

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

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

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