Shades of Soya Bean #72634E
Tints of Soya Bean #72634E
RGB
CMYK
RGB Variations
Color information
#72634E (or 0x72634E) is known color: Soya Bean. HEX triplet: 72, 63 and 4E. RGB value is (114,99,78). Sum of RGB (Red+Green+Blue) = 114+99+78=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72634E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72634E is #8D9CB1. Grayscale: #656565. Windows color (decimal): -9280690 or 5137266. OLE color: 5137266.
HSL color Cylindrical-coordinate representation of color #72634E: hue angle of 35º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72634E is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 99 | 78 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.55 |
| HSL | 35º | 0.19% | 0.38% | - |
| HSV(B) | 35º | 0.32% | 0.45% | - |
| XYZ | 12.78 | 13.05 | 9.05 | - |
| YUV | 101.09 | 114.97 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 78 | 0 | 0.13 | 0.32 | 0.55 | 35 | 0.19 | 0.38 |
| Hex | 72 | 63 | 4E | 0 | D | 20 | 37 | 23 | 13 | 26 |
| Octal | 162 | 143 | 116 | 0 | 15 | 40 | 67 | 43 | 23 | 46 |
| Binary | 1110010 | 1100011 | 1001110 | 0 | 1101 | 100000 | 110111 | 100011 | 10011 | 100110 |
Color Harmonies of #72634E
Complementary color
Monochromatic Colors of #72634E
Black with #72634E
Text Example
Text Example
White with #72634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72634E; }
p { color: rgb(114,99,78); }
H1.HeaderClassName
{
color: #72634E;
}
.AnyTagClassName
{
color: #72634E;
}
</style>
background-color css
<style>
a { background-color: #72634E; }
a { background-color: rgb(114,99,78); }
div.DivClassName
{
background-color: #72634E;
}
.BgClassName
{
background-color: #72634E;
}
</style>
border-color css
<style>
span { border-color: #72634E; }
span { border-color: rgb(114,99,78); }
td.TdClassName
{
border-color: #72634E;
}
.TagClassName
{
border-color: #72634E;
}
</style>