Shades of Peat #7B6E50
Tints of Peat #7B6E50
RGB
CMYK
RGB Variations
Color information
#7B6E50 (or 0x7B6E50) is known color: Peat. HEX triplet: 7B, 6E and 50. RGB value is (123,110,80). Sum of RGB (Red+Green+Blue) = 123+110+80=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6E50 is #8491AF. Grayscale: #6E6E6E. Windows color (decimal): -8688048 or 5271163. OLE color: 5271163.
HSL color Cylindrical-coordinate representation of color #7B6E50: hue angle of 41.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B6E50 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 110 | 80 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.52 |
| HSL | 41.86º | 0.21% | 0.4% | - |
| HSV(B) | 41.86º | 0.35% | 0.48% | - |
| XYZ | 15.19 | 15.94 | 9.87 | - |
| YUV | 110.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 80 | 0 | 0.11 | 0.35 | 0.52 | 41.86 | 0.21 | 0.4 |
| Hex | 7B | 6E | 50 | 0 | B | 23 | 34 | 2A | 15 | 28 |
| Octal | 173 | 156 | 120 | 0 | 13 | 43 | 64 | 52 | 25 | 50 |
| Binary | 1111011 | 1101110 | 1010000 | 0 | 1011 | 100011 | 110100 | 101010 | 10101 | 101000 |
Color Harmonies of #7B6E50
Complementary color
Monochromatic Colors of #7B6E50
Black with #7B6E50
Text Example
Text Example
White with #7B6E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6E50; }
p { color: rgb(123,110,80); }
H1.HeaderClassName
{
color: #7B6E50;
}
.AnyTagClassName
{
color: #7B6E50;
}
</style>
background-color css
<style>
a { background-color: #7B6E50; }
a { background-color: rgb(123,110,80); }
div.DivClassName
{
background-color: #7B6E50;
}
.BgClassName
{
background-color: #7B6E50;
}
</style>
border-color css
<style>
span { border-color: #7B6E50; }
span { border-color: rgb(123,110,80); }
td.TdClassName
{
border-color: #7B6E50;
}
.TagClassName
{
border-color: #7B6E50;
}
</style>