Shades of Peru Tan #7D3711
Tints of Peru Tan #7D3711
RGB
CMYK
RGB Variations
Color information
#7D3711 (or 0x7D3711) is known color: Peru Tan. HEX triplet: 7D, 37 and 11. RGB value is (125,55,17). Sum of RGB (Red+Green+Blue) = 125+55+17=197 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.45% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D3711 is #82C8EE. Grayscale: #474747. Windows color (decimal): -8571119 or 1128317. OLE color: 1128317.
HSL color Cylindrical-coordinate representation of color #7D3711: hue angle of 21.11º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D3711 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 17 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.51 |
| HSL | 21.11º | 0.76% | 0.28% | - |
| HSV(B) | 21.11º | 0.86% | 0.49% | - |
| XYZ | 9.92 | 7.13 | 1.38 | - |
| YUV | 71.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 17 | 0 | 0.56 | 0.86 | 0.51 | 21.11 | 0.76 | 0.28 |
| Hex | 7D | 37 | 11 | 0 | 38 | 56 | 33 | 15 | 4C | 1C |
| Octal | 175 | 67 | 21 | 0 | 70 | 126 | 63 | 25 | 114 | 34 |
| Binary | 1111101 | 110111 | 10001 | 0 | 111000 | 1010110 | 110011 | 10101 | 1001100 | 11100 |
Color Harmonies of #7D3711
Complementary color
Monochromatic Colors of #7D3711
Black with #7D3711
Text Example
Text Example
White with #7D3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3711; }
p { color: rgb(125,55,17); }
H1.HeaderClassName
{
color: #7D3711;
}
.AnyTagClassName
{
color: #7D3711;
}
</style>
background-color css
<style>
a { background-color: #7D3711; }
a { background-color: rgb(125,55,17); }
div.DivClassName
{
background-color: #7D3711;
}
.BgClassName
{
background-color: #7D3711;
}
</style>
border-color css
<style>
span { border-color: #7D3711; }
span { border-color: rgb(125,55,17); }
td.TdClassName
{
border-color: #7D3711;
}
.TagClassName
{
border-color: #7D3711;
}
</style>