Shades of Peat #7B6F52
Tints of Peat #7B6F52
RGB
CMYK
RGB Variations
Color information
#7B6F52 (or 0x7B6F52) is known color: Peat. HEX triplet: 7B, 6F and 52. RGB value is (123,111,82). Sum of RGB (Red+Green+Blue) = 123+111+82=316 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.92% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6F52 is #8490AD. Grayscale: #6F6F6F. Windows color (decimal): -8687790 or 5402491. OLE color: 5402491.
HSL color Cylindrical-coordinate representation of color #7B6F52: hue angle of 42.44º 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 #7B6F52 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 82 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.52 |
| HSL | 42.44º | 0.2% | 0.4% | - |
| HSV(B) | 42.44º | 0.33% | 0.48% | - |
| XYZ | 15.38 | 16.19 | 10.3 | - |
| YUV | 111.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 82 | 0 | 0.10 | 0.33 | 0.52 | 42.44 | 0.2 | 0.4 |
| Hex | 7B | 6F | 52 | 0 | A | 21 | 34 | 2A | 14 | 28 |
| Octal | 173 | 157 | 122 | 0 | 12 | 41 | 64 | 52 | 24 | 50 |
| Binary | 1111011 | 1101111 | 1010010 | 0 | 1010 | 100001 | 110100 | 101010 | 10100 | 101000 |
Color Harmonies of #7B6F52
Complementary color
Monochromatic Colors of #7B6F52
Black with #7B6F52
Text Example
Text Example
White with #7B6F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F52; }
p { color: rgb(123,111,82); }
H1.HeaderClassName
{
color: #7B6F52;
}
.AnyTagClassName
{
color: #7B6F52;
}
</style>
background-color css
<style>
a { background-color: #7B6F52; }
a { background-color: rgb(123,111,82); }
div.DivClassName
{
background-color: #7B6F52;
}
.BgClassName
{
background-color: #7B6F52;
}
</style>
border-color css
<style>
span { border-color: #7B6F52; }
span { border-color: rgb(123,111,82); }
td.TdClassName
{
border-color: #7B6F52;
}
.TagClassName
{
border-color: #7B6F52;
}
</style>