Shades of Siam #71744E
Tints of Siam #71744E
RGB
CMYK
RGB Variations
Color information
#71744E (or 0x71744E) is known color: Siam. HEX triplet: 71, 74 and 4E. RGB value is (113,116,78). Sum of RGB (Red+Green+Blue) = 113+116+78=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 116 - color contains mainly: green. Hex color #71744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71744E is #8E8BB1. Grayscale: #6E6E6E. Windows color (decimal): -9341874 or 5141617. OLE color: 5141617.
HSL color Cylindrical-coordinate representation of color #71744E: hue angle of 64.74º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #71744E is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 78 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.55 |
| HSL | 64.74º | 0.2% | 0.38% | - |
| HSV(B) | 64.74º | 0.33% | 0.45% | - |
| XYZ | 14.43 | 16.55 | 9.64 | - |
| YUV | 110.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 78 | 0.03 | 0 | 0.33 | 0.55 | 64.74 | 0.2 | 0.38 |
| Hex | 71 | 74 | 4E | 3 | 0 | 21 | 37 | 41 | 14 | 26 |
| Octal | 161 | 164 | 116 | 3 | 0 | 41 | 67 | 101 | 24 | 46 |
| Binary | 1110001 | 1110100 | 1001110 | 11 | 0 | 100001 | 110111 | 1000001 | 10100 | 100110 |
Color Harmonies of #71744E
Complementary color
Monochromatic Colors of #71744E
Black with #71744E
Text Example
Text Example
White with #71744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71744E; }
p { color: rgb(113,116,78); }
H1.HeaderClassName
{
color: #71744E;
}
.AnyTagClassName
{
color: #71744E;
}
</style>
background-color css
<style>
a { background-color: #71744E; }
a { background-color: rgb(113,116,78); }
div.DivClassName
{
background-color: #71744E;
}
.BgClassName
{
background-color: #71744E;
}
</style>
border-color css
<style>
span { border-color: #71744E; }
span { border-color: rgb(113,116,78); }
td.TdClassName
{
border-color: #71744E;
}
.TagClassName
{
border-color: #71744E;
}
</style>