Shades of Peat #756A4D
Tints of Peat #756A4D
RGB
CMYK
RGB Variations
Color information
#756A4D (or 0x756A4D) is known color: Peat. HEX triplet: 75, 6A and 4D. RGB value is (117,106,77). Sum of RGB (Red+Green+Blue) = 117+106+77=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #756A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A4D is #8A95B2. Grayscale: #6A6A6A. Windows color (decimal): -9082291 or 5073525. OLE color: 5073525.
HSL color Cylindrical-coordinate representation of color #756A4D: hue angle of 43.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #756A4D is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 77 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.54 |
| HSL | 43.5º | 0.21% | 0.38% | - |
| HSV(B) | 43.5º | 0.34% | 0.46% | - |
| XYZ | 13.83 | 14.63 | 9.12 | - |
| YUV | 105.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 77 | 0 | 0.09 | 0.34 | 0.54 | 43.5 | 0.21 | 0.38 |
| Hex | 75 | 6A | 4D | 0 | 9 | 22 | 36 | 2C | 15 | 26 |
| Octal | 165 | 152 | 115 | 0 | 11 | 42 | 66 | 54 | 25 | 46 |
| Binary | 1110101 | 1101010 | 1001101 | 0 | 1001 | 100010 | 110110 | 101100 | 10101 | 100110 |
Color Harmonies of #756A4D
Complementary color
Monochromatic Colors of #756A4D
Black with #756A4D
Text Example
Text Example
White with #756A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A4D; }
p { color: rgb(117,106,77); }
H1.HeaderClassName
{
color: #756A4D;
}
.AnyTagClassName
{
color: #756A4D;
}
</style>
background-color css
<style>
a { background-color: #756A4D; }
a { background-color: rgb(117,106,77); }
div.DivClassName
{
background-color: #756A4D;
}
.BgClassName
{
background-color: #756A4D;
}
</style>
border-color css
<style>
span { border-color: #756A4D; }
span { border-color: rgb(117,106,77); }
td.TdClassName
{
border-color: #756A4D;
}
.TagClassName
{
border-color: #756A4D;
}
</style>