Shades of Peru Tan #7C2804
Tints of Peru Tan #7C2804
RGB
CMYK
RGB Variations
Color information
#7C2804 (or 0x7C2804) is known color: Peru Tan. HEX triplet: 7C, 28 and 04. RGB value is (124,40,4). Sum of RGB (Red+Green+Blue) = 124+40+4=168 (22% of max value = 765). Red value is 124 (48.83% from 255 or 73.81% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 4 (1.95% from 255 or 2.38% from 168); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2804 is #83D7FB. Grayscale: #3D3D3D. Windows color (decimal): -8640508 or 272508. OLE color: 272508.
HSL color Cylindrical-coordinate representation of color #7C2804: hue angle of 18º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C2804 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 40 | 4 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.51 |
| HSL | 18º | 0.94% | 0.25% | - |
| HSV(B) | 18º | 0.97% | 0.49% | - |
| XYZ | 9.09 | 5.81 | 0.76 | - |
| YUV | 61.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 40 | 4 | 0 | 0.68 | 0.97 | 0.51 | 18 | 0.94 | 0.25 |
| Hex | 7C | 28 | 4 | 0 | 44 | 61 | 33 | 12 | 5E | 19 |
| Octal | 174 | 50 | 4 | 0 | 104 | 141 | 63 | 22 | 136 | 31 |
| Binary | 1111100 | 101000 | 100 | 0 | 1000100 | 1100001 | 110011 | 10010 | 1011110 | 11001 |
Color Harmonies of #7C2804
Complementary color
Monochromatic Colors of #7C2804
Black with #7C2804
Text Example
Text Example
White with #7C2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2804; }
p { color: rgb(124,40,4); }
H1.HeaderClassName
{
color: #7C2804;
}
.AnyTagClassName
{
color: #7C2804;
}
</style>
background-color css
<style>
a { background-color: #7C2804; }
a { background-color: rgb(124,40,4); }
div.DivClassName
{
background-color: #7C2804;
}
.BgClassName
{
background-color: #7C2804;
}
</style>
border-color css
<style>
span { border-color: #7C2804; }
span { border-color: rgb(124,40,4); }
td.TdClassName
{
border-color: #7C2804;
}
.TagClassName
{
border-color: #7C2804;
}
</style>