Shades of Peru Tan #7C361A
Tints of Peru Tan #7C361A
RGB
CMYK
RGB Variations
Color information
#7C361A (or 0x7C361A) is known color: Peru Tan. HEX triplet: 7C, 36 and 1A. RGB value is (124,54,26). Sum of RGB (Red+Green+Blue) = 124+54+26=204 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.78% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 124 - color contains mainly: red. Hex color #7C361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C361A is #83C9E5. Grayscale: #474747. Windows color (decimal): -8636902 or 1717884. OLE color: 1717884.
HSL color Cylindrical-coordinate representation of color #7C361A: hue angle of 17.14º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C361A is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 54 | 26 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.51 |
| HSL | 17.14º | 0.65% | 0.29% | - |
| HSV(B) | 17.14º | 0.79% | 0.49% | - |
| XYZ | 9.82 | 7 | 1.81 | - |
| YUV | 71.74 | 102.19 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 54 | 26 | 0 | 0.56 | 0.79 | 0.51 | 17.14 | 0.65 | 0.29 |
| Hex | 7C | 36 | 1A | 0 | 38 | 4F | 33 | 11 | 41 | 1D |
| Octal | 174 | 66 | 32 | 0 | 70 | 117 | 63 | 21 | 101 | 35 |
| Binary | 1111100 | 110110 | 11010 | 0 | 111000 | 1001111 | 110011 | 10001 | 1000001 | 11101 |
Color Harmonies of #7C361A
Complementary color
Monochromatic Colors of #7C361A
Black with #7C361A
Text Example
Text Example
White with #7C361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C361A; }
p { color: rgb(124,54,26); }
H1.HeaderClassName
{
color: #7C361A;
}
.AnyTagClassName
{
color: #7C361A;
}
</style>
background-color css
<style>
a { background-color: #7C361A; }
a { background-color: rgb(124,54,26); }
div.DivClassName
{
background-color: #7C361A;
}
.BgClassName
{
background-color: #7C361A;
}
</style>
border-color css
<style>
span { border-color: #7C361A; }
span { border-color: rgb(124,54,26); }
td.TdClassName
{
border-color: #7C361A;
}
.TagClassName
{
border-color: #7C361A;
}
</style>