Shades of Peat #746B52
Tints of Peat #746B52
RGB
CMYK
RGB Variations
Color information
#746B52 (or 0x746B52) is known color: Peat. HEX triplet: 74, 6B and 52. RGB value is (116,107,82). Sum of RGB (Red+Green+Blue) = 116+107+82=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #746B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B52 is #8B94AD. Grayscale: #6A6A6A. Windows color (decimal): -9147566 or 5401460. OLE color: 5401460.
HSL color Cylindrical-coordinate representation of color #746B52: hue angle of 44.12º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746B52 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 107 | 82 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.55 |
| HSL | 44.12º | 0.17% | 0.39% | - |
| HSV(B) | 44.12º | 0.29% | 0.45% | - |
| XYZ | 13.98 | 14.84 | 10.11 | - |
| YUV | 106.84 | 113.98 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 107 | 82 | 0 | 0.08 | 0.29 | 0.55 | 44.12 | 0.17 | 0.39 |
| Hex | 74 | 6B | 52 | 0 | 8 | 1D | 37 | 2C | 11 | 27 |
| Octal | 164 | 153 | 122 | 0 | 10 | 35 | 67 | 54 | 21 | 47 |
| Binary | 1110100 | 1101011 | 1010010 | 0 | 1000 | 11101 | 110111 | 101100 | 10001 | 100111 |
Color Harmonies of #746B52
Complementary color
Monochromatic Colors of #746B52
Black with #746B52
Text Example
Text Example
White with #746B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746B52; }
p { color: rgb(116,107,82); }
H1.HeaderClassName
{
color: #746B52;
}
.AnyTagClassName
{
color: #746B52;
}
</style>
background-color css
<style>
a { background-color: #746B52; }
a { background-color: rgb(116,107,82); }
div.DivClassName
{
background-color: #746B52;
}
.BgClassName
{
background-color: #746B52;
}
</style>
border-color css
<style>
span { border-color: #746B52; }
span { border-color: rgb(116,107,82); }
td.TdClassName
{
border-color: #746B52;
}
.TagClassName
{
border-color: #746B52;
}
</style>