Shades of Soya Bean #76664A
Tints of Soya Bean #76664A
RGB
CMYK
RGB Variations
Color information
#76664A (or 0x76664A) is known color: Soya Bean. HEX triplet: 76, 66 and 4A. RGB value is (118,102,74). Sum of RGB (Red+Green+Blue) = 118+102+74=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76664A is #8999B5. Grayscale: #676767. Windows color (decimal): -9017782 or 4875894. OLE color: 4875894.
HSL color Cylindrical-coordinate representation of color #76664A: hue angle of 38.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76664A is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 74 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.54 |
| HSL | 38.18º | 0.23% | 0.38% | - |
| HSV(B) | 38.18º | 0.37% | 0.46% | - |
| XYZ | 13.46 | 13.85 | 8.44 | - |
| YUV | 103.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 74 | 0 | 0.14 | 0.37 | 0.54 | 38.18 | 0.23 | 0.38 |
| Hex | 76 | 66 | 4A | 0 | E | 25 | 36 | 26 | 17 | 26 |
| Octal | 166 | 146 | 112 | 0 | 16 | 45 | 66 | 46 | 27 | 46 |
| Binary | 1110110 | 1100110 | 1001010 | 0 | 1110 | 100101 | 110110 | 100110 | 10111 | 100110 |
Color Harmonies of #76664A
Complementary color
Monochromatic Colors of #76664A
Black with #76664A
Text Example
Text Example
White with #76664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76664A; }
p { color: rgb(118,102,74); }
H1.HeaderClassName
{
color: #76664A;
}
.AnyTagClassName
{
color: #76664A;
}
</style>
background-color css
<style>
a { background-color: #76664A; }
a { background-color: rgb(118,102,74); }
div.DivClassName
{
background-color: #76664A;
}
.BgClassName
{
background-color: #76664A;
}
</style>
border-color css
<style>
span { border-color: #76664A; }
span { border-color: rgb(118,102,74); }
td.TdClassName
{
border-color: #76664A;
}
.TagClassName
{
border-color: #76664A;
}
</style>