Shades of Peat #7B6F53
Tints of Peat #7B6F53
RGB
CMYK
RGB Variations
Color information
#7B6F53 (or 0x7B6F53) is known color: Peat. HEX triplet: 7B, 6F and 53. RGB value is (123,111,83). Sum of RGB (Red+Green+Blue) = 123+111+83=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F53 is #8490AC. Grayscale: #6F6F6F. Windows color (decimal): -8687789 or 5468027. OLE color: 5468027.
HSL color Cylindrical-coordinate representation of color #7B6F53: hue angle of 42º 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 #7B6F53 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 83 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.52 |
| HSL | 42º | 0.19% | 0.4% | - |
| HSV(B) | 42º | 0.33% | 0.48% | - |
| XYZ | 15.41 | 16.2 | 10.5 | - |
| YUV | 111.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 83 | 0 | 0.10 | 0.33 | 0.52 | 42 | 0.19 | 0.4 |
| Hex | 7B | 6F | 53 | 0 | A | 21 | 34 | 2A | 13 | 28 |
| Octal | 173 | 157 | 123 | 0 | 12 | 41 | 64 | 52 | 23 | 50 |
| Binary | 1111011 | 1101111 | 1010011 | 0 | 1010 | 100001 | 110100 | 101010 | 10011 | 101000 |
Color Harmonies of #7B6F53
Complementary color
Monochromatic Colors of #7B6F53
Black with #7B6F53
Text Example
Text Example
White with #7B6F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F53; }
p { color: rgb(123,111,83); }
H1.HeaderClassName
{
color: #7B6F53;
}
.AnyTagClassName
{
color: #7B6F53;
}
</style>
background-color css
<style>
a { background-color: #7B6F53; }
a { background-color: rgb(123,111,83); }
div.DivClassName
{
background-color: #7B6F53;
}
.BgClassName
{
background-color: #7B6F53;
}
</style>
border-color css
<style>
span { border-color: #7B6F53; }
span { border-color: rgb(123,111,83); }
td.TdClassName
{
border-color: #7B6F53;
}
.TagClassName
{
border-color: #7B6F53;
}
</style>