Shades of Peru Tan #7B2D13
Tints of Peru Tan #7B2D13
RGB
CMYK
RGB Variations
Color information
#7B2D13 (or 0x7B2D13) is known color: Peru Tan. HEX triplet: 7B, 2D and 13. RGB value is (123,45,19). Sum of RGB (Red+Green+Blue) = 123+45+19=187 (24% of max value = 765). Red value is 123 (48.44% from 255 or 65.78% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2D13 is #84D2EC. Grayscale: #414141. Windows color (decimal): -8704749 or 1256827. OLE color: 1256827.
HSL color Cylindrical-coordinate representation of color #7B2D13: hue angle of 15º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B2D13 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 45 | 19 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.52 |
| HSL | 15º | 0.73% | 0.28% | - |
| HSV(B) | 15º | 0.85% | 0.48% | - |
| XYZ | 9.22 | 6.13 | 1.31 | - |
| YUV | 65.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 45 | 19 | 0 | 0.63 | 0.85 | 0.52 | 15 | 0.73 | 0.28 |
| Hex | 7B | 2D | 13 | 0 | 3F | 55 | 34 | F | 49 | 1C |
| Octal | 173 | 55 | 23 | 0 | 77 | 125 | 64 | 17 | 111 | 34 |
| Binary | 1111011 | 101101 | 10011 | 0 | 111111 | 1010101 | 110100 | 1111 | 1001001 | 11100 |
Color Harmonies of #7B2D13
Complementary color
Monochromatic Colors of #7B2D13
Black with #7B2D13
Text Example
Text Example
White with #7B2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2D13; }
p { color: rgb(123,45,19); }
H1.HeaderClassName
{
color: #7B2D13;
}
.AnyTagClassName
{
color: #7B2D13;
}
</style>
background-color css
<style>
a { background-color: #7B2D13; }
a { background-color: rgb(123,45,19); }
div.DivClassName
{
background-color: #7B2D13;
}
.BgClassName
{
background-color: #7B2D13;
}
</style>
border-color css
<style>
span { border-color: #7B2D13; }
span { border-color: rgb(123,45,19); }
td.TdClassName
{
border-color: #7B2D13;
}
.TagClassName
{
border-color: #7B2D13;
}
</style>