Shades of Peat #7B7353
Tints of Peat #7B7353
RGB
CMYK
RGB Variations
Color information
#7B7353 (or 0x7B7353) is known color: Peat. HEX triplet: 7B, 73 and 53. RGB value is (123,115,83). Sum of RGB (Red+Green+Blue) = 123+115+83=321 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.32% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7353 is #848CAC. Grayscale: #717171. Windows color (decimal): -8686765 or 5469051. OLE color: 5469051.
HSL color Cylindrical-coordinate representation of color #7B7353: hue angle of 48º degrees, saturation: 0.19, 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 #7B7353 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 115 | 83 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.52 |
| HSL | 48º | 0.19% | 0.4% | - |
| HSV(B) | 48º | 0.33% | 0.48% | - |
| XYZ | 15.86 | 17.1 | 10.65 | - |
| YUV | 113.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 115 | 83 | 0 | 0.07 | 0.33 | 0.52 | 48 | 0.19 | 0.4 |
| Hex | 7B | 73 | 53 | 0 | 7 | 21 | 34 | 30 | 13 | 28 |
| Octal | 173 | 163 | 123 | 0 | 7 | 41 | 64 | 60 | 23 | 50 |
| Binary | 1111011 | 1110011 | 1010011 | 0 | 111 | 100001 | 110100 | 110000 | 10011 | 101000 |
Color Harmonies of #7B7353
Complementary color
Monochromatic Colors of #7B7353
Black with #7B7353
Text Example
Text Example
White with #7B7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7353; }
p { color: rgb(123,115,83); }
H1.HeaderClassName
{
color: #7B7353;
}
.AnyTagClassName
{
color: #7B7353;
}
</style>
background-color css
<style>
a { background-color: #7B7353; }
a { background-color: rgb(123,115,83); }
div.DivClassName
{
background-color: #7B7353;
}
.BgClassName
{
background-color: #7B7353;
}
</style>
border-color css
<style>
span { border-color: #7B7353; }
span { border-color: rgb(123,115,83); }
td.TdClassName
{
border-color: #7B7353;
}
.TagClassName
{
border-color: #7B7353;
}
</style>