Shades of Peru Tan #7C2B06
Tints of Peru Tan #7C2B06
RGB
CMYK
RGB Variations
Color information
#7C2B06 (or 0x7C2B06) is known color: Peru Tan. HEX triplet: 7C, 2B and 06. RGB value is (124,43,6). Sum of RGB (Red+Green+Blue) = 124+43+6=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2B06 is #83D4F9. Grayscale: #3F3F3F. Windows color (decimal): -8639738 or 404348. OLE color: 404348.
HSL color Cylindrical-coordinate representation of color #7C2B06: hue angle of 18.81º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C2B06 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 43 | 6 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.51 |
| HSL | 18.81º | 0.91% | 0.25% | - |
| HSV(B) | 18.81º | 0.95% | 0.49% | - |
| XYZ | 9.21 | 6.03 | 0.85 | - |
| YUV | 63 | 95.84 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 43 | 6 | 0 | 0.65 | 0.95 | 0.51 | 18.81 | 0.91 | 0.25 |
| Hex | 7C | 2B | 6 | 0 | 41 | 5F | 33 | 13 | 5B | 19 |
| Octal | 174 | 53 | 6 | 0 | 101 | 137 | 63 | 23 | 133 | 31 |
| Binary | 1111100 | 101011 | 110 | 0 | 1000001 | 1011111 | 110011 | 10011 | 1011011 | 11001 |
Color Harmonies of #7C2B06
Complementary color
Monochromatic Colors of #7C2B06
Black with #7C2B06
Text Example
Text Example
White with #7C2B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2B06; }
p { color: rgb(124,43,6); }
H1.HeaderClassName
{
color: #7C2B06;
}
.AnyTagClassName
{
color: #7C2B06;
}
</style>
background-color css
<style>
a { background-color: #7C2B06; }
a { background-color: rgb(124,43,6); }
div.DivClassName
{
background-color: #7C2B06;
}
.BgClassName
{
background-color: #7C2B06;
}
</style>
border-color css
<style>
span { border-color: #7C2B06; }
span { border-color: rgb(124,43,6); }
td.TdClassName
{
border-color: #7C2B06;
}
.TagClassName
{
border-color: #7C2B06;
}
</style>