Shades of Soya Bean #74674A
Tints of Soya Bean #74674A
RGB
CMYK
RGB Variations
Color information
#74674A (or 0x74674A) is known color: Soya Bean. HEX triplet: 74, 67 and 4A. RGB value is (116,103,74). Sum of RGB (Red+Green+Blue) = 116+103+74=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74674A is #8B98B5. Grayscale: #676767. Windows color (decimal): -9148598 or 4876148. OLE color: 4876148.
HSL color Cylindrical-coordinate representation of color #74674A: hue angle of 41.43º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #74674A is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 74 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.55 |
| HSL | 41.43º | 0.22% | 0.37% | - |
| HSV(B) | 41.43º | 0.36% | 0.45% | - |
| XYZ | 13.29 | 13.91 | 8.46 | - |
| YUV | 103.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 74 | 0 | 0.11 | 0.36 | 0.55 | 41.43 | 0.22 | 0.37 |
| Hex | 74 | 67 | 4A | 0 | B | 24 | 37 | 29 | 16 | 25 |
| Octal | 164 | 147 | 112 | 0 | 13 | 44 | 67 | 51 | 26 | 45 |
| Binary | 1110100 | 1100111 | 1001010 | 0 | 1011 | 100100 | 110111 | 101001 | 10110 | 100101 |
Color Harmonies of #74674A
Complementary color
Monochromatic Colors of #74674A
Black with #74674A
Text Example
Text Example
White with #74674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74674A; }
p { color: rgb(116,103,74); }
H1.HeaderClassName
{
color: #74674A;
}
.AnyTagClassName
{
color: #74674A;
}
</style>
background-color css
<style>
a { background-color: #74674A; }
a { background-color: rgb(116,103,74); }
div.DivClassName
{
background-color: #74674A;
}
.BgClassName
{
background-color: #74674A;
}
</style>
border-color css
<style>
span { border-color: #74674A; }
span { border-color: rgb(116,103,74); }
td.TdClassName
{
border-color: #74674A;
}
.TagClassName
{
border-color: #74674A;
}
</style>