Shades of Soya Bean #72654C
Tints of Soya Bean #72654C
RGB
CMYK
RGB Variations
Color information
#72654C (or 0x72654C) is known color: Soya Bean. HEX triplet: 72, 65 and 4C. RGB value is (114,101,76). Sum of RGB (Red+Green+Blue) = 114+101+76=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72654C is #8D9AB3. Grayscale: #666666. Windows color (decimal): -9280180 or 5006706. OLE color: 5006706.
HSL color Cylindrical-coordinate representation of color #72654C: hue angle of 39.47º 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 #72654C is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 101 | 76 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.55 |
| HSL | 39.47º | 0.2% | 0.37% | - |
| HSV(B) | 39.47º | 0.33% | 0.45% | - |
| XYZ | 12.9 | 13.41 | 8.75 | - |
| YUV | 102.04 | 113.31 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 76 | 0 | 0.11 | 0.33 | 0.55 | 39.47 | 0.2 | 0.37 |
| Hex | 72 | 65 | 4C | 0 | B | 21 | 37 | 27 | 14 | 25 |
| Octal | 162 | 145 | 114 | 0 | 13 | 41 | 67 | 47 | 24 | 45 |
| Binary | 1110010 | 1100101 | 1001100 | 0 | 1011 | 100001 | 110111 | 100111 | 10100 | 100101 |
Color Harmonies of #72654C
Complementary color
Monochromatic Colors of #72654C
Black with #72654C
Text Example
Text Example
White with #72654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72654C; }
p { color: rgb(114,101,76); }
H1.HeaderClassName
{
color: #72654C;
}
.AnyTagClassName
{
color: #72654C;
}
</style>
background-color css
<style>
a { background-color: #72654C; }
a { background-color: rgb(114,101,76); }
div.DivClassName
{
background-color: #72654C;
}
.BgClassName
{
background-color: #72654C;
}
</style>
border-color css
<style>
span { border-color: #72654C; }
span { border-color: rgb(114,101,76); }
td.TdClassName
{
border-color: #72654C;
}
.TagClassName
{
border-color: #72654C;
}
</style>