Shades of Peru Tan #7C2C05
Tints of Peru Tan #7C2C05
RGB
CMYK
RGB Variations
Color information
#7C2C05 (or 0x7C2C05) is known color: Peru Tan. HEX triplet: 7C, 2C and 05. RGB value is (124,44,5). Sum of RGB (Red+Green+Blue) = 124+44+5=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2C05 is #83D3FA. Grayscale: #3F3F3F. Windows color (decimal): -8639483 or 339068. OLE color: 339068.
HSL color Cylindrical-coordinate representation of color #7C2C05: hue angle of 19.66º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C2C05 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 44 | 5 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.51 |
| HSL | 19.66º | 0.92% | 0.25% | - |
| HSV(B) | 19.66º | 0.96% | 0.49% | - |
| XYZ | 9.24 | 6.1 | 0.83 | - |
| YUV | 63.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 5 | 0 | 0.65 | 0.96 | 0.51 | 19.66 | 0.92 | 0.25 |
| Hex | 7C | 2C | 5 | 0 | 41 | 60 | 33 | 14 | 5C | 19 |
| Octal | 174 | 54 | 5 | 0 | 101 | 140 | 63 | 24 | 134 | 31 |
| Binary | 1111100 | 101100 | 101 | 0 | 1000001 | 1100000 | 110011 | 10100 | 1011100 | 11001 |
Color Harmonies of #7C2C05
Complementary color
Monochromatic Colors of #7C2C05
Black with #7C2C05
Text Example
Text Example
White with #7C2C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C05; }
p { color: rgb(124,44,5); }
H1.HeaderClassName
{
color: #7C2C05;
}
.AnyTagClassName
{
color: #7C2C05;
}
</style>
background-color css
<style>
a { background-color: #7C2C05; }
a { background-color: rgb(124,44,5); }
div.DivClassName
{
background-color: #7C2C05;
}
.BgClassName
{
background-color: #7C2C05;
}
</style>
border-color css
<style>
span { border-color: #7C2C05; }
span { border-color: rgb(124,44,5); }
td.TdClassName
{
border-color: #7C2C05;
}
.TagClassName
{
border-color: #7C2C05;
}
</style>