Shades of Siam #727B44
Tints of Siam #727B44
RGB
CMYK
RGB Variations
Color information
#727B44 (or 0x727B44) is known color: Siam. HEX triplet: 72, 7B and 44. RGB value is (114,123,68). Sum of RGB (Red+Green+Blue) = 114+123+68=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #727B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727B44 is #8D84BB. Grayscale: #727272. Windows color (decimal): -9274556 or 4488050. OLE color: 4488050.
HSL color Cylindrical-coordinate representation of color #727B44: hue angle of 69.82º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #727B44 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 123 | 68 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.52 |
| HSL | 69.82º | 0.29% | 0.37% | - |
| HSV(B) | 69.82º | 0.45% | 0.48% | - |
| XYZ | 15.07 | 18.16 | 8.18 | - |
| YUV | 114.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 68 | 0.07 | 0 | 0.45 | 0.52 | 69.82 | 0.29 | 0.37 |
| Hex | 72 | 7B | 44 | 7 | 0 | 2D | 34 | 46 | 1D | 25 |
| Octal | 162 | 173 | 104 | 7 | 0 | 55 | 64 | 106 | 35 | 45 |
| Binary | 1110010 | 1111011 | 1000100 | 111 | 0 | 101101 | 110100 | 1000110 | 11101 | 100101 |
Color Harmonies of #727B44
Complementary color
Monochromatic Colors of #727B44
Black with #727B44
Text Example
Text Example
White with #727B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727B44; }
p { color: rgb(114,123,68); }
H1.HeaderClassName
{
color: #727B44;
}
.AnyTagClassName
{
color: #727B44;
}
</style>
background-color css
<style>
a { background-color: #727B44; }
a { background-color: rgb(114,123,68); }
div.DivClassName
{
background-color: #727B44;
}
.BgClassName
{
background-color: #727B44;
}
</style>
border-color css
<style>
span { border-color: #727B44; }
span { border-color: rgb(114,123,68); }
td.TdClassName
{
border-color: #727B44;
}
.TagClassName
{
border-color: #727B44;
}
</style>