Shades of Soya Bean #75664A
Tints of Soya Bean #75664A
RGB
CMYK
RGB Variations
Color information
#75664A (or 0x75664A) is known color: Soya Bean. HEX triplet: 75, 66 and 4A. RGB value is (117,102,74). Sum of RGB (Red+Green+Blue) = 117+102+74=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75664A is #8A99B5. Grayscale: #676767. Windows color (decimal): -9083318 or 4875893. OLE color: 4875893.
HSL color Cylindrical-coordinate representation of color #75664A: hue angle of 39.07º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75664A is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 102 | 74 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.54 |
| HSL | 39.07º | 0.23% | 0.37% | - |
| HSV(B) | 39.07º | 0.37% | 0.46% | - |
| XYZ | 13.32 | 13.78 | 8.44 | - |
| YUV | 103.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 74 | 0 | 0.13 | 0.37 | 0.54 | 39.07 | 0.23 | 0.37 |
| Hex | 75 | 66 | 4A | 0 | D | 25 | 36 | 27 | 17 | 25 |
| Octal | 165 | 146 | 112 | 0 | 15 | 45 | 66 | 47 | 27 | 45 |
| Binary | 1110101 | 1100110 | 1001010 | 0 | 1101 | 100101 | 110110 | 100111 | 10111 | 100101 |
Color Harmonies of #75664A
Complementary color
Monochromatic Colors of #75664A
Black with #75664A
Text Example
Text Example
White with #75664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75664A; }
p { color: rgb(117,102,74); }
H1.HeaderClassName
{
color: #75664A;
}
.AnyTagClassName
{
color: #75664A;
}
</style>
background-color css
<style>
a { background-color: #75664A; }
a { background-color: rgb(117,102,74); }
div.DivClassName
{
background-color: #75664A;
}
.BgClassName
{
background-color: #75664A;
}
</style>
border-color css
<style>
span { border-color: #75664A; }
span { border-color: rgb(117,102,74); }
td.TdClassName
{
border-color: #75664A;
}
.TagClassName
{
border-color: #75664A;
}
</style>