Shades of Soya Bean #72624C
Tints of Soya Bean #72624C
RGB
CMYK
RGB Variations
Color information
#72624C (or 0x72624C) is known color: Soya Bean. HEX triplet: 72, 62 and 4C. RGB value is (114,98,76). Sum of RGB (Red+Green+Blue) = 114+98+76=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72624C is #8D9DB3. Grayscale: #646464. Windows color (decimal): -9280948 or 5005938. OLE color: 5005938.
HSL color Cylindrical-coordinate representation of color #72624C: hue angle of 34.74º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72624C is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 76 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.55 |
| HSL | 34.74º | 0.2% | 0.37% | - |
| HSV(B) | 34.74º | 0.33% | 0.45% | - |
| XYZ | 12.61 | 12.83 | 8.65 | - |
| YUV | 100.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 76 | 0 | 0.14 | 0.33 | 0.55 | 34.74 | 0.2 | 0.37 |
| Hex | 72 | 62 | 4C | 0 | E | 21 | 37 | 23 | 14 | 25 |
| Octal | 162 | 142 | 114 | 0 | 16 | 41 | 67 | 43 | 24 | 45 |
| Binary | 1110010 | 1100010 | 1001100 | 0 | 1110 | 100001 | 110111 | 100011 | 10100 | 100101 |
Color Harmonies of #72624C
Complementary color
Monochromatic Colors of #72624C
Black with #72624C
Text Example
Text Example
White with #72624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72624C; }
p { color: rgb(114,98,76); }
H1.HeaderClassName
{
color: #72624C;
}
.AnyTagClassName
{
color: #72624C;
}
</style>
background-color css
<style>
a { background-color: #72624C; }
a { background-color: rgb(114,98,76); }
div.DivClassName
{
background-color: #72624C;
}
.BgClassName
{
background-color: #72624C;
}
</style>
border-color css
<style>
span { border-color: #72624C; }
span { border-color: rgb(114,98,76); }
td.TdClassName
{
border-color: #72624C;
}
.TagClassName
{
border-color: #72624C;
}
</style>