Shades of Peru Tan #7C2F0B
Tints of Peru Tan #7C2F0B
RGB
CMYK
RGB Variations
Color information
#7C2F0B (or 0x7C2F0B) is known color: Peru Tan. HEX triplet: 7C, 2F and 0B. RGB value is (124,47,11). Sum of RGB (Red+Green+Blue) = 124+47+11=182 (24% of max value = 765). Red value is 124 (48.83% from 255 or 68.13% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2F0B is #83D0F4. Grayscale: #424242. Windows color (decimal): -8638709 or 733052. OLE color: 733052.
HSL color Cylindrical-coordinate representation of color #7C2F0B: hue angle of 19.12º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C2F0B is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 47 | 11 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.51 |
| HSL | 19.12º | 0.84% | 0.26% | - |
| HSV(B) | 19.12º | 0.91% | 0.49% | - |
| XYZ | 9.39 | 6.34 | 1.05 | - |
| YUV | 65.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 47 | 11 | 0 | 0.62 | 0.91 | 0.51 | 19.12 | 0.84 | 0.26 |
| Hex | 7C | 2F | B | 0 | 3E | 5B | 33 | 13 | 54 | 1A |
| Octal | 174 | 57 | 13 | 0 | 76 | 133 | 63 | 23 | 124 | 32 |
| Binary | 1111100 | 101111 | 1011 | 0 | 111110 | 1011011 | 110011 | 10011 | 1010100 | 11010 |
Color Harmonies of #7C2F0B
Complementary color
Monochromatic Colors of #7C2F0B
Black with #7C2F0B
Text Example
Text Example
White with #7C2F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2F0B; }
p { color: rgb(124,47,11); }
H1.HeaderClassName
{
color: #7C2F0B;
}
.AnyTagClassName
{
color: #7C2F0B;
}
</style>
background-color css
<style>
a { background-color: #7C2F0B; }
a { background-color: rgb(124,47,11); }
div.DivClassName
{
background-color: #7C2F0B;
}
.BgClassName
{
background-color: #7C2F0B;
}
</style>
border-color css
<style>
span { border-color: #7C2F0B; }
span { border-color: rgb(124,47,11); }
td.TdClassName
{
border-color: #7C2F0B;
}
.TagClassName
{
border-color: #7C2F0B;
}
</style>