Shades of Peru Tan #7A361C
Tints of Peru Tan #7A361C
RGB
CMYK
RGB Variations
Color information
#7A361C (or 0x7A361C) is known color: Peru Tan. HEX triplet: 7A, 36 and 1C. RGB value is (122,54,28). Sum of RGB (Red+Green+Blue) = 122+54+28=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A361C is #85C9E3. Grayscale: #474747. Windows color (decimal): -8767972 or 1848954. OLE color: 1848954.
HSL color Cylindrical-coordinate representation of color #7A361C: hue angle of 16.6º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A361C is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 54 | 28 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.52 |
| HSL | 16.6º | 0.63% | 0.29% | - |
| HSV(B) | 16.6º | 0.77% | 0.48% | - |
| XYZ | 9.55 | 6.86 | 1.92 | - |
| YUV | 71.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 54 | 28 | 0 | 0.56 | 0.77 | 0.52 | 16.6 | 0.63 | 0.29 |
| Hex | 7A | 36 | 1C | 0 | 38 | 4D | 34 | 11 | 3F | 1D |
| Octal | 172 | 66 | 34 | 0 | 70 | 115 | 64 | 21 | 77 | 35 |
| Binary | 1111010 | 110110 | 11100 | 0 | 111000 | 1001101 | 110100 | 10001 | 111111 | 11101 |
Color Harmonies of #7A361C
Complementary color
Monochromatic Colors of #7A361C
Black with #7A361C
Text Example
Text Example
White with #7A361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A361C; }
p { color: rgb(122,54,28); }
H1.HeaderClassName
{
color: #7A361C;
}
.AnyTagClassName
{
color: #7A361C;
}
</style>
background-color css
<style>
a { background-color: #7A361C; }
a { background-color: rgb(122,54,28); }
div.DivClassName
{
background-color: #7A361C;
}
.BgClassName
{
background-color: #7A361C;
}
</style>
border-color css
<style>
span { border-color: #7A361C; }
span { border-color: rgb(122,54,28); }
td.TdClassName
{
border-color: #7A361C;
}
.TagClassName
{
border-color: #7A361C;
}
</style>