Shades of Peru Tan #7A351F
Tints of Peru Tan #7A351F
RGB
CMYK
RGB Variations
Color information
#7A351F (or 0x7A351F) is known color: Peru Tan. HEX triplet: 7A, 35 and 1F. RGB value is (122,53,31). Sum of RGB (Red+Green+Blue) = 122+53+31=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A351F is #85CAE0. Grayscale: #474747. Windows color (decimal): -8768225 or 2045306. OLE color: 2045306.
HSL color Cylindrical-coordinate representation of color #7A351F: hue angle of 14.51º degrees, saturation: 0.59, 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 #7A351F is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 31 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.52 |
| HSL | 14.51º | 0.59% | 0.3% | - |
| HSV(B) | 14.51º | 0.75% | 0.48% | - |
| XYZ | 9.55 | 6.78 | 2.1 | - |
| YUV | 71.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 31 | 0 | 0.57 | 0.75 | 0.52 | 14.51 | 0.59 | 0.3 |
| Hex | 7A | 35 | 1F | 0 | 39 | 4B | 34 | F | 3B | 1E |
| Octal | 172 | 65 | 37 | 0 | 71 | 113 | 64 | 17 | 73 | 36 |
| Binary | 1111010 | 110101 | 11111 | 0 | 111001 | 1001011 | 110100 | 1111 | 111011 | 11110 |
Color Harmonies of #7A351F
Complementary color
Monochromatic Colors of #7A351F
Black with #7A351F
Text Example
Text Example
White with #7A351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A351F; }
p { color: rgb(122,53,31); }
H1.HeaderClassName
{
color: #7A351F;
}
.AnyTagClassName
{
color: #7A351F;
}
</style>
background-color css
<style>
a { background-color: #7A351F; }
a { background-color: rgb(122,53,31); }
div.DivClassName
{
background-color: #7A351F;
}
.BgClassName
{
background-color: #7A351F;
}
</style>
border-color css
<style>
span { border-color: #7A351F; }
span { border-color: rgb(122,53,31); }
td.TdClassName
{
border-color: #7A351F;
}
.TagClassName
{
border-color: #7A351F;
}
</style>