Shades of Peru Tan #7C2901
Tints of Peru Tan #7C2901
RGB
CMYK
RGB Variations
Color information
#7C2901 (or 0x7C2901) is known color: Peru Tan. HEX triplet: 7C, 29 and 01. RGB value is (124,41,1). Sum of RGB (Red+Green+Blue) = 124+41+1=166 (21% of max value = 765). Red value is 124 (48.83% from 255 or 74.70% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2901 is #83D6FE. Grayscale: #3D3D3D. Windows color (decimal): -8640255 or 76156. OLE color: 76156.
HSL color Cylindrical-coordinate representation of color #7C2901: hue angle of 19.51º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C2901 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.51 |
| HSL | 19.51º | 0.98% | 0.25% | - |
| HSV(B) | 19.51º | 0.99% | 0.49% | - |
| XYZ | 9.11 | 5.87 | 0.68 | - |
| YUV | 61.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 1 | 0 | 0.67 | 0.99 | 0.51 | 19.51 | 0.98 | 0.25 |
| Hex | 7C | 29 | 1 | 0 | 43 | 63 | 33 | 14 | 62 | 19 |
| Octal | 174 | 51 | 1 | 0 | 103 | 143 | 63 | 24 | 142 | 31 |
| Binary | 1111100 | 101001 | 1 | 0 | 1000011 | 1100011 | 110011 | 10100 | 1100010 | 11001 |
Color Harmonies of #7C2901
Complementary color
Monochromatic Colors of #7C2901
Black with #7C2901
Text Example
Text Example
White with #7C2901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2901; }
p { color: rgb(124,41,1); }
H1.HeaderClassName
{
color: #7C2901;
}
.AnyTagClassName
{
color: #7C2901;
}
</style>
background-color css
<style>
a { background-color: #7C2901; }
a { background-color: rgb(124,41,1); }
div.DivClassName
{
background-color: #7C2901;
}
.BgClassName
{
background-color: #7C2901;
}
</style>
border-color css
<style>
span { border-color: #7C2901; }
span { border-color: rgb(124,41,1); }
td.TdClassName
{
border-color: #7C2901;
}
.TagClassName
{
border-color: #7C2901;
}
</style>