Shades of Peru Tan #7C340C
Tints of Peru Tan #7C340C
RGB
CMYK
RGB Variations
Color information
#7C340C (or 0x7C340C) is known color: Peru Tan. HEX triplet: 7C, 34 and 0C. RGB value is (124,52,12). Sum of RGB (Red+Green+Blue) = 124+52+12=188 (24% of max value = 765). Red value is 124 (48.83% from 255 or 65.96% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 124 - color contains mainly: red. Hex color #7C340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C340C is #83CBF3. Grayscale: #454545. Windows color (decimal): -8637428 or 799868. OLE color: 799868.
HSL color Cylindrical-coordinate representation of color #7C340C: hue angle of 21.43º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7C340C is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 12 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.51 |
| HSL | 21.43º | 0.82% | 0.27% | - |
| HSV(B) | 21.43º | 0.9% | 0.49% | - |
| XYZ | 9.61 | 6.77 | 1.15 | - |
| YUV | 68.97 | 95.85 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 12 | 0 | 0.58 | 0.90 | 0.51 | 21.43 | 0.82 | 0.27 |
| Hex | 7C | 34 | C | 0 | 3A | 5A | 33 | 15 | 52 | 1B |
| Octal | 174 | 64 | 14 | 0 | 72 | 132 | 63 | 25 | 122 | 33 |
| Binary | 1111100 | 110100 | 1100 | 0 | 111010 | 1011010 | 110011 | 10101 | 1010010 | 11011 |
Color Harmonies of #7C340C
Complementary color
Monochromatic Colors of #7C340C
Black with #7C340C
Text Example
Text Example
White with #7C340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C340C; }
p { color: rgb(124,52,12); }
H1.HeaderClassName
{
color: #7C340C;
}
.AnyTagClassName
{
color: #7C340C;
}
</style>
background-color css
<style>
a { background-color: #7C340C; }
a { background-color: rgb(124,52,12); }
div.DivClassName
{
background-color: #7C340C;
}
.BgClassName
{
background-color: #7C340C;
}
</style>
border-color css
<style>
span { border-color: #7C340C; }
span { border-color: rgb(124,52,12); }
td.TdClassName
{
border-color: #7C340C;
}
.TagClassName
{
border-color: #7C340C;
}
</style>