Shades of Peat #756E50
Tints of Peat #756E50
RGB
CMYK
RGB Variations
Color information
#756E50 (or 0x756E50) is known color: Peat. HEX triplet: 75, 6E and 50. RGB value is (117,110,80). Sum of RGB (Red+Green+Blue) = 117+110+80=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #756E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E50 is #8A91AF. Grayscale: #6C6C6C. Windows color (decimal): -9081264 or 5271157. OLE color: 5271157.
HSL color Cylindrical-coordinate representation of color #756E50: hue angle of 48.65º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756E50 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 80 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.54 |
| HSL | 48.65º | 0.19% | 0.39% | - |
| HSV(B) | 48.65º | 0.32% | 0.46% | - |
| XYZ | 14.36 | 15.51 | 9.83 | - |
| YUV | 108.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 80 | 0 | 0.06 | 0.32 | 0.54 | 48.65 | 0.19 | 0.39 |
| Hex | 75 | 6E | 50 | 0 | 6 | 20 | 36 | 31 | 13 | 27 |
| Octal | 165 | 156 | 120 | 0 | 6 | 40 | 66 | 61 | 23 | 47 |
| Binary | 1110101 | 1101110 | 1010000 | 0 | 110 | 100000 | 110110 | 110001 | 10011 | 100111 |
Color Harmonies of #756E50
Complementary color
Monochromatic Colors of #756E50
Black with #756E50
Text Example
Text Example
White with #756E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E50; }
p { color: rgb(117,110,80); }
H1.HeaderClassName
{
color: #756E50;
}
.AnyTagClassName
{
color: #756E50;
}
</style>
background-color css
<style>
a { background-color: #756E50; }
a { background-color: rgb(117,110,80); }
div.DivClassName
{
background-color: #756E50;
}
.BgClassName
{
background-color: #756E50;
}
</style>
border-color css
<style>
span { border-color: #756E50; }
span { border-color: rgb(117,110,80); }
td.TdClassName
{
border-color: #756E50;
}
.TagClassName
{
border-color: #756E50;
}
</style>