Shades of Peat #756E53
Tints of Peat #756E53
RGB
CMYK
RGB Variations
Color information
#756E53 (or 0x756E53) is known color: Peat. HEX triplet: 75, 6E and 53. RGB value is (117,110,83). Sum of RGB (Red+Green+Blue) = 117+110+83=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 117 - color contains mainly: red. Hex color #756E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E53 is #8A91AC. Grayscale: #6D6D6D. Windows color (decimal): -9081261 or 5467765. OLE color: 5467765.
HSL color Cylindrical-coordinate representation of color #756E53: hue angle of 47.65º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756E53 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 83 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.54 |
| HSL | 47.65º | 0.17% | 0.39% | - |
| HSV(B) | 47.65º | 0.29% | 0.46% | - |
| XYZ | 14.47 | 15.56 | 10.42 | - |
| YUV | 109.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 83 | 0 | 0.06 | 0.29 | 0.54 | 47.65 | 0.17 | 0.39 |
| Hex | 75 | 6E | 53 | 0 | 6 | 1D | 36 | 30 | 11 | 27 |
| Octal | 165 | 156 | 123 | 0 | 6 | 35 | 66 | 60 | 21 | 47 |
| Binary | 1110101 | 1101110 | 1010011 | 0 | 110 | 11101 | 110110 | 110000 | 10001 | 100111 |
Color Harmonies of #756E53
Complementary color
Monochromatic Colors of #756E53
Black with #756E53
Text Example
Text Example
White with #756E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E53; }
p { color: rgb(117,110,83); }
H1.HeaderClassName
{
color: #756E53;
}
.AnyTagClassName
{
color: #756E53;
}
</style>
background-color css
<style>
a { background-color: #756E53; }
a { background-color: rgb(117,110,83); }
div.DivClassName
{
background-color: #756E53;
}
.BgClassName
{
background-color: #756E53;
}
</style>
border-color css
<style>
span { border-color: #756E53; }
span { border-color: rgb(117,110,83); }
td.TdClassName
{
border-color: #756E53;
}
.TagClassName
{
border-color: #756E53;
}
</style>