Shades of Peru Tan #7A381E
Tints of Peru Tan #7A381E
RGB
CMYK
RGB Variations
Color information
#7A381E (or 0x7A381E) is known color: Peru Tan. HEX triplet: 7A, 38 and 1E. RGB value is (122,56,30). Sum of RGB (Red+Green+Blue) = 122+56+30=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A381E is #85C7E1. Grayscale: #484848. Windows color (decimal): -8767458 or 1980538. OLE color: 1980538.
HSL color Cylindrical-coordinate representation of color #7A381E: hue angle of 16.96º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A381E is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 56 | 30 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.52 |
| HSL | 16.96º | 0.61% | 0.3% | - |
| HSV(B) | 16.96º | 0.75% | 0.48% | - |
| XYZ | 9.67 | 7.06 | 2.08 | - |
| YUV | 72.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 30 | 0 | 0.54 | 0.75 | 0.52 | 16.96 | 0.61 | 0.3 |
| Hex | 7A | 38 | 1E | 0 | 36 | 4B | 34 | 11 | 3D | 1E |
| Octal | 172 | 70 | 36 | 0 | 66 | 113 | 64 | 21 | 75 | 36 |
| Binary | 1111010 | 111000 | 11110 | 0 | 110110 | 1001011 | 110100 | 10001 | 111101 | 11110 |
Color Harmonies of #7A381E
Complementary color
Monochromatic Colors of #7A381E
Black with #7A381E
Text Example
Text Example
White with #7A381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A381E; }
p { color: rgb(122,56,30); }
H1.HeaderClassName
{
color: #7A381E;
}
.AnyTagClassName
{
color: #7A381E;
}
</style>
background-color css
<style>
a { background-color: #7A381E; }
a { background-color: rgb(122,56,30); }
div.DivClassName
{
background-color: #7A381E;
}
.BgClassName
{
background-color: #7A381E;
}
</style>
border-color css
<style>
span { border-color: #7A381E; }
span { border-color: rgb(122,56,30); }
td.TdClassName
{
border-color: #7A381E;
}
.TagClassName
{
border-color: #7A381E;
}
</style>