Shades of Peru Tan #7B381A
Tints of Peru Tan #7B381A
RGB
CMYK
RGB Variations
Color information
#7B381A (or 0x7B381A) is known color: Peru Tan. HEX triplet: 7B, 38 and 1A. RGB value is (123,56,26). Sum of RGB (Red+Green+Blue) = 123+56+26=205 (27% of max value = 765). Red value is 123 (48.44% from 255 or 60% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 123 - color contains mainly: red. Hex color #7B381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B381A is #84C7E5. Grayscale: #484848. Windows color (decimal): -8701926 or 1718395. OLE color: 1718395.
HSL color Cylindrical-coordinate representation of color #7B381A: hue angle of 18.56º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B381A is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 26 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.52 |
| HSL | 18.56º | 0.65% | 0.29% | - |
| HSV(B) | 18.56º | 0.79% | 0.48% | - |
| XYZ | 9.77 | 7.11 | 1.84 | - |
| YUV | 72.61 | 101.7 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 26 | 0 | 0.54 | 0.79 | 0.52 | 18.56 | 0.65 | 0.29 |
| Hex | 7B | 38 | 1A | 0 | 36 | 4F | 34 | 13 | 41 | 1D |
| Octal | 173 | 70 | 32 | 0 | 66 | 117 | 64 | 23 | 101 | 35 |
| Binary | 1111011 | 111000 | 11010 | 0 | 110110 | 1001111 | 110100 | 10011 | 1000001 | 11101 |
Color Harmonies of #7B381A
Complementary color
Monochromatic Colors of #7B381A
Black with #7B381A
Text Example
Text Example
White with #7B381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B381A; }
p { color: rgb(123,56,26); }
H1.HeaderClassName
{
color: #7B381A;
}
.AnyTagClassName
{
color: #7B381A;
}
</style>
background-color css
<style>
a { background-color: #7B381A; }
a { background-color: rgb(123,56,26); }
div.DivClassName
{
background-color: #7B381A;
}
.BgClassName
{
background-color: #7B381A;
}
</style>
border-color css
<style>
span { border-color: #7B381A; }
span { border-color: rgb(123,56,26); }
td.TdClassName
{
border-color: #7B381A;
}
.TagClassName
{
border-color: #7B381A;
}
</style>