Shades of Peat #7B6E53
Tints of Peat #7B6E53
RGB
CMYK
RGB Variations
Color information
#7B6E53 (or 0x7B6E53) is known color: Peat. HEX triplet: 7B, 6E and 53. RGB value is (123,110,83). Sum of RGB (Red+Green+Blue) = 123+110+83=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6E53 is #8491AC. Grayscale: #6E6E6E. Windows color (decimal): -8688045 or 5467771. OLE color: 5467771.
HSL color Cylindrical-coordinate representation of color #7B6E53: hue angle of 40.5º 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 #7B6E53 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 110 | 83 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.52 |
| HSL | 40.5º | 0.19% | 0.4% | - |
| HSV(B) | 40.5º | 0.33% | 0.48% | - |
| XYZ | 15.31 | 15.99 | 10.46 | - |
| YUV | 110.81 | 112.31 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 83 | 0 | 0.11 | 0.33 | 0.52 | 40.5 | 0.19 | 0.4 |
| Hex | 7B | 6E | 53 | 0 | B | 21 | 34 | 28 | 13 | 28 |
| Octal | 173 | 156 | 123 | 0 | 13 | 41 | 64 | 50 | 23 | 50 |
| Binary | 1111011 | 1101110 | 1010011 | 0 | 1011 | 100001 | 110100 | 101000 | 10011 | 101000 |
Color Harmonies of #7B6E53
Complementary color
Monochromatic Colors of #7B6E53
Black with #7B6E53
Text Example
Text Example
White with #7B6E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6E53; }
p { color: rgb(123,110,83); }
H1.HeaderClassName
{
color: #7B6E53;
}
.AnyTagClassName
{
color: #7B6E53;
}
</style>
background-color css
<style>
a { background-color: #7B6E53; }
a { background-color: rgb(123,110,83); }
div.DivClassName
{
background-color: #7B6E53;
}
.BgClassName
{
background-color: #7B6E53;
}
</style>
border-color css
<style>
span { border-color: #7B6E53; }
span { border-color: rgb(123,110,83); }
td.TdClassName
{
border-color: #7B6E53;
}
.TagClassName
{
border-color: #7B6E53;
}
</style>