Shades of Peat #746C50
Tints of Peat #746C50
RGB
CMYK
RGB Variations
Color information
#746C50 (or 0x746C50) is known color: Peat. HEX triplet: 74, 6C and 50. RGB value is (116,108,80). Sum of RGB (Red+Green+Blue) = 116+108+80=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #746C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C50 is #8B93AF. Grayscale: #6B6B6B. Windows color (decimal): -9147312 or 5270644. OLE color: 5270644.
HSL color Cylindrical-coordinate representation of color #746C50: hue angle of 46.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746C50 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 80 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.55 |
| HSL | 46.67º | 0.18% | 0.38% | - |
| HSV(B) | 46.67º | 0.31% | 0.45% | - |
| XYZ | 14.01 | 15.02 | 9.75 | - |
| YUV | 107.2 | 112.65 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 80 | 0 | 0.07 | 0.31 | 0.55 | 46.67 | 0.18 | 0.38 |
| Hex | 74 | 6C | 50 | 0 | 7 | 1F | 37 | 2F | 12 | 26 |
| Octal | 164 | 154 | 120 | 0 | 7 | 37 | 67 | 57 | 22 | 46 |
| Binary | 1110100 | 1101100 | 1010000 | 0 | 111 | 11111 | 110111 | 101111 | 10010 | 100110 |
Color Harmonies of #746C50
Complementary color
Monochromatic Colors of #746C50
Black with #746C50
Text Example
Text Example
White with #746C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C50; }
p { color: rgb(116,108,80); }
H1.HeaderClassName
{
color: #746C50;
}
.AnyTagClassName
{
color: #746C50;
}
</style>
background-color css
<style>
a { background-color: #746C50; }
a { background-color: rgb(116,108,80); }
div.DivClassName
{
background-color: #746C50;
}
.BgClassName
{
background-color: #746C50;
}
</style>
border-color css
<style>
span { border-color: #746C50; }
span { border-color: rgb(116,108,80); }
td.TdClassName
{
border-color: #746C50;
}
.TagClassName
{
border-color: #746C50;
}
</style>