Shades of Peru Tan #7B2701
Tints of Peru Tan #7B2701
RGB
CMYK
RGB Variations
Color information
#7B2701 (or 0x7B2701) is known color: Peru Tan. HEX triplet: 7B, 27 and 01. RGB value is (123,39,1). Sum of RGB (Red+Green+Blue) = 123+39+1=163 (21% of max value = 765). Red value is 123 (48.44% from 255 or 75.46% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2701 is #84D8FE. Grayscale: #3C3C3C. Windows color (decimal): -8706303 or 75643. OLE color: 75643.
HSL color Cylindrical-coordinate representation of color #7B2701: hue angle of 18.69º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B2701 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.52 |
| HSL | 18.69º | 0.98% | 0.24% | - |
| HSV(B) | 18.69º | 0.99% | 0.48% | - |
| XYZ | 8.9 | 5.66 | 0.65 | - |
| YUV | 59.78 | 94.83 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 1 | 0 | 0.68 | 0.99 | 0.52 | 18.69 | 0.98 | 0.24 |
| Hex | 7B | 27 | 1 | 0 | 44 | 63 | 34 | 13 | 62 | 18 |
| Octal | 173 | 47 | 1 | 0 | 104 | 143 | 64 | 23 | 142 | 30 |
| Binary | 1111011 | 100111 | 1 | 0 | 1000100 | 1100011 | 110100 | 10011 | 1100010 | 11000 |
Color Harmonies of #7B2701
Complementary color
Monochromatic Colors of #7B2701
Black with #7B2701
Text Example
Text Example
White with #7B2701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2701; }
p { color: rgb(123,39,1); }
H1.HeaderClassName
{
color: #7B2701;
}
.AnyTagClassName
{
color: #7B2701;
}
</style>
background-color css
<style>
a { background-color: #7B2701; }
a { background-color: rgb(123,39,1); }
div.DivClassName
{
background-color: #7B2701;
}
.BgClassName
{
background-color: #7B2701;
}
</style>
border-color css
<style>
span { border-color: #7B2701; }
span { border-color: rgb(123,39,1); }
td.TdClassName
{
border-color: #7B2701;
}
.TagClassName
{
border-color: #7B2701;
}
</style>