Shades of Peru Tan #7A371B
Tints of Peru Tan #7A371B
RGB
CMYK
RGB Variations
Color information
#7A371B (or 0x7A371B) is known color: Peru Tan. HEX triplet: 7A, 37 and 1B. RGB value is (122,55,27). Sum of RGB (Red+Green+Blue) = 122+55+27=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A371B is #85C8E4. Grayscale: #484848. Windows color (decimal): -8767717 or 1783674. OLE color: 1783674.
HSL color Cylindrical-coordinate representation of color #7A371B: hue angle of 17.68º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A371B is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 27 | - |
| CMYK | 0 | 0.55 | 0.78 | 0.52 |
| HSL | 17.68º | 0.64% | 0.29% | - |
| HSV(B) | 17.68º | 0.78% | 0.48% | - |
| XYZ | 9.59 | 6.95 | 1.87 | - |
| YUV | 71.84 | 102.7 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 27 | 0 | 0.55 | 0.78 | 0.52 | 17.68 | 0.64 | 0.29 |
| Hex | 7A | 37 | 1B | 0 | 37 | 4E | 34 | 12 | 40 | 1D |
| Octal | 172 | 67 | 33 | 0 | 67 | 116 | 64 | 22 | 100 | 35 |
| Binary | 1111010 | 110111 | 11011 | 0 | 110111 | 1001110 | 110100 | 10010 | 1000000 | 11101 |
Color Harmonies of #7A371B
Complementary color
Monochromatic Colors of #7A371B
Black with #7A371B
Text Example
Text Example
White with #7A371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A371B; }
p { color: rgb(122,55,27); }
H1.HeaderClassName
{
color: #7A371B;
}
.AnyTagClassName
{
color: #7A371B;
}
</style>
background-color css
<style>
a { background-color: #7A371B; }
a { background-color: rgb(122,55,27); }
div.DivClassName
{
background-color: #7A371B;
}
.BgClassName
{
background-color: #7A371B;
}
</style>
border-color css
<style>
span { border-color: #7A371B; }
span { border-color: rgb(122,55,27); }
td.TdClassName
{
border-color: #7A371B;
}
.TagClassName
{
border-color: #7A371B;
}
</style>