Shades of Peat #7B7052
Tints of Peat #7B7052
RGB
CMYK
RGB Variations
Color information
#7B7052 (or 0x7B7052) is known color: Peat. HEX triplet: 7B, 70 and 52. RGB value is (123,112,82). Sum of RGB (Red+Green+Blue) = 123+112+82=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7052 is #848FAD. Grayscale: #6F6F6F. Windows color (decimal): -8687534 or 5402747. OLE color: 5402747.
HSL color Cylindrical-coordinate representation of color #7B7052: hue angle of 43.9º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B7052 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 112 | 82 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.52 |
| HSL | 43.9º | 0.2% | 0.4% | - |
| HSV(B) | 43.9º | 0.33% | 0.48% | - |
| XYZ | 15.49 | 16.41 | 10.33 | - |
| YUV | 111.87 | 111.14 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 82 | 0 | 0.09 | 0.33 | 0.52 | 43.9 | 0.2 | 0.4 |
| Hex | 7B | 70 | 52 | 0 | 9 | 21 | 34 | 2C | 14 | 28 |
| Octal | 173 | 160 | 122 | 0 | 11 | 41 | 64 | 54 | 24 | 50 |
| Binary | 1111011 | 1110000 | 1010010 | 0 | 1001 | 100001 | 110100 | 101100 | 10100 | 101000 |
Color Harmonies of #7B7052
Complementary color
Monochromatic Colors of #7B7052
Black with #7B7052
Text Example
Text Example
White with #7B7052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7052; }
p { color: rgb(123,112,82); }
H1.HeaderClassName
{
color: #7B7052;
}
.AnyTagClassName
{
color: #7B7052;
}
</style>
background-color css
<style>
a { background-color: #7B7052; }
a { background-color: rgb(123,112,82); }
div.DivClassName
{
background-color: #7B7052;
}
.BgClassName
{
background-color: #7B7052;
}
</style>
border-color css
<style>
span { border-color: #7B7052; }
span { border-color: rgb(123,112,82); }
td.TdClassName
{
border-color: #7B7052;
}
.TagClassName
{
border-color: #7B7052;
}
</style>