Shades of Peat #756C57
Tints of Peat #756C57
RGB
CMYK
RGB Variations
Color information
#756C57 (or 0x756C57) is known color: Peat. HEX triplet: 75, 6C and 57. RGB value is (117,108,87). Sum of RGB (Red+Green+Blue) = 117+108+87=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #756C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C57 is #8A93A8. Grayscale: #6C6C6C. Windows color (decimal): -9081769 or 5729397. OLE color: 5729397.
HSL color Cylindrical-coordinate representation of color #756C57: hue angle of 42º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #756C57 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 87 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.54 |
| HSL | 42º | 0.15% | 0.4% | - |
| HSV(B) | 42º | 0.26% | 0.46% | - |
| XYZ | 14.42 | 15.2 | 11.19 | - |
| YUV | 108.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 87 | 0 | 0.08 | 0.26 | 0.54 | 42 | 0.15 | 0.4 |
| Hex | 75 | 6C | 57 | 0 | 8 | 1A | 36 | 2A | F | 28 |
| Octal | 165 | 154 | 127 | 0 | 10 | 32 | 66 | 52 | 17 | 50 |
| Binary | 1110101 | 1101100 | 1010111 | 0 | 1000 | 11010 | 110110 | 101010 | 1111 | 101000 |
Color Harmonies of #756C57
Complementary color
Monochromatic Colors of #756C57
Black with #756C57
Text Example
Text Example
White with #756C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C57; }
p { color: rgb(117,108,87); }
H1.HeaderClassName
{
color: #756C57;
}
.AnyTagClassName
{
color: #756C57;
}
</style>
background-color css
<style>
a { background-color: #756C57; }
a { background-color: rgb(117,108,87); }
div.DivClassName
{
background-color: #756C57;
}
.BgClassName
{
background-color: #756C57;
}
</style>
border-color css
<style>
span { border-color: #756C57; }
span { border-color: rgb(117,108,87); }
td.TdClassName
{
border-color: #756C57;
}
.TagClassName
{
border-color: #756C57;
}
</style>