Shades of Peat #756F53
Tints of Peat #756F53
RGB
CMYK
RGB Variations
Color information
#756F53 (or 0x756F53) is known color: Peat. HEX triplet: 75, 6F and 53. RGB value is (117,111,83). Sum of RGB (Red+Green+Blue) = 117+111+83=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #756F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F53 is #8A90AC. Grayscale: #6D6D6D. Windows color (decimal): -9081005 or 5468021. OLE color: 5468021.
HSL color Cylindrical-coordinate representation of color #756F53: hue angle of 49.41º 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 #756F53 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 83 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.54 |
| HSL | 49.41º | 0.17% | 0.39% | - |
| HSV(B) | 49.41º | 0.29% | 0.46% | - |
| XYZ | 14.58 | 15.78 | 10.46 | - |
| YUV | 109.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 83 | 0 | 0.05 | 0.29 | 0.54 | 49.41 | 0.17 | 0.39 |
| Hex | 75 | 6F | 53 | 0 | 5 | 1D | 36 | 31 | 11 | 27 |
| Octal | 165 | 157 | 123 | 0 | 5 | 35 | 66 | 61 | 21 | 47 |
| Binary | 1110101 | 1101111 | 1010011 | 0 | 101 | 11101 | 110110 | 110001 | 10001 | 100111 |
Color Harmonies of #756F53
Complementary color
Monochromatic Colors of #756F53
Black with #756F53
Text Example
Text Example
White with #756F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F53; }
p { color: rgb(117,111,83); }
H1.HeaderClassName
{
color: #756F53;
}
.AnyTagClassName
{
color: #756F53;
}
</style>
background-color css
<style>
a { background-color: #756F53; }
a { background-color: rgb(117,111,83); }
div.DivClassName
{
background-color: #756F53;
}
.BgClassName
{
background-color: #756F53;
}
</style>
border-color css
<style>
span { border-color: #756F53; }
span { border-color: rgb(117,111,83); }
td.TdClassName
{
border-color: #756F53;
}
.TagClassName
{
border-color: #756F53;
}
</style>