Shades of Peru Tan #7B3921
Tints of Peru Tan #7B3921
RGB
CMYK
RGB Variations
Color information
#7B3921 (or 0x7B3921) is known color: Peru Tan. HEX triplet: 7B, 39 and 21. RGB value is (123,57,33). Sum of RGB (Red+Green+Blue) = 123+57+33=213 (28% of max value = 765). Red value is 123 (48.44% from 255 or 57.75% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3921 is #84C6DE. Grayscale: #4A4A4A. Windows color (decimal): -8701663 or 2177403. OLE color: 2177403.
HSL color Cylindrical-coordinate representation of color #7B3921: hue angle of 16º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B3921 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 57 | 33 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.52 |
| HSL | 16º | 0.58% | 0.31% | - |
| HSV(B) | 16º | 0.73% | 0.48% | - |
| XYZ | 9.91 | 7.25 | 2.32 | - |
| YUV | 74 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 33 | 0 | 0.54 | 0.73 | 0.52 | 16 | 0.58 | 0.31 |
| Hex | 7B | 39 | 21 | 0 | 36 | 49 | 34 | 10 | 3A | 1F |
| Octal | 173 | 71 | 41 | 0 | 66 | 111 | 64 | 20 | 72 | 37 |
| Binary | 1111011 | 111001 | 100001 | 0 | 110110 | 1001001 | 110100 | 10000 | 111010 | 11111 |
Color Harmonies of #7B3921
Complementary color
Monochromatic Colors of #7B3921
Black with #7B3921
Text Example
Text Example
White with #7B3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3921; }
p { color: rgb(123,57,33); }
H1.HeaderClassName
{
color: #7B3921;
}
.AnyTagClassName
{
color: #7B3921;
}
</style>
background-color css
<style>
a { background-color: #7B3921; }
a { background-color: rgb(123,57,33); }
div.DivClassName
{
background-color: #7B3921;
}
.BgClassName
{
background-color: #7B3921;
}
</style>
border-color css
<style>
span { border-color: #7B3921; }
span { border-color: rgb(123,57,33); }
td.TdClassName
{
border-color: #7B3921;
}
.TagClassName
{
border-color: #7B3921;
}
</style>