Shades of Peru Tan #7B3C1D
Tints of Peru Tan #7B3C1D
RGB
CMYK
RGB Variations
Color information
#7B3C1D (or 0x7B3C1D) is known color: Peru Tan. HEX triplet: 7B, 3C and 1D. RGB value is (123,60,29). Sum of RGB (Red+Green+Blue) = 123+60+29=212 (28% of max value = 765). Red value is 123 (48.44% from 255 or 58.02% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3C1D is #84C3E2. Grayscale: #4B4B4B. Windows color (decimal): -8700899 or 1916027. OLE color: 1916027.
HSL color Cylindrical-coordinate representation of color #7B3C1D: hue angle of 19.79º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B3C1D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 60 | 29 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.52 |
| HSL | 19.79º | 0.62% | 0.3% | - |
| HSV(B) | 19.79º | 0.76% | 0.48% | - |
| XYZ | 10.01 | 7.53 | 2.09 | - |
| YUV | 75.3 | 101.87 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 29 | 0 | 0.51 | 0.76 | 0.52 | 19.79 | 0.62 | 0.3 |
| Hex | 7B | 3C | 1D | 0 | 33 | 4C | 34 | 14 | 3E | 1E |
| Octal | 173 | 74 | 35 | 0 | 63 | 114 | 64 | 24 | 76 | 36 |
| Binary | 1111011 | 111100 | 11101 | 0 | 110011 | 1001100 | 110100 | 10100 | 111110 | 11110 |
Color Harmonies of #7B3C1D
Complementary color
Monochromatic Colors of #7B3C1D
Black with #7B3C1D
Text Example
Text Example
White with #7B3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3C1D; }
p { color: rgb(123,60,29); }
H1.HeaderClassName
{
color: #7B3C1D;
}
.AnyTagClassName
{
color: #7B3C1D;
}
</style>
background-color css
<style>
a { background-color: #7B3C1D; }
a { background-color: rgb(123,60,29); }
div.DivClassName
{
background-color: #7B3C1D;
}
.BgClassName
{
background-color: #7B3C1D;
}
</style>
border-color css
<style>
span { border-color: #7B3C1D; }
span { border-color: rgb(123,60,29); }
td.TdClassName
{
border-color: #7B3C1D;
}
.TagClassName
{
border-color: #7B3C1D;
}
</style>