Shades of Peru Tan #7B3612
Tints of Peru Tan #7B3612
RGB
CMYK
RGB Variations
Color information
#7B3612 (or 0x7B3612) is known color: Peru Tan. HEX triplet: 7B, 36 and 12. RGB value is (123,54,18). Sum of RGB (Red+Green+Blue) = 123+54+18=195 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.08% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3612 is #84C9ED. Grayscale: #464646. Windows color (decimal): -8702446 or 1193595. OLE color: 1193595.
HSL color Cylindrical-coordinate representation of color #7B3612: hue angle of 20.57º degrees, saturation: 0.74, 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 #7B3612 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 54 | 18 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.52 |
| HSL | 20.57º | 0.74% | 0.28% | - |
| HSV(B) | 20.57º | 0.85% | 0.48% | - |
| XYZ | 9.6 | 6.89 | 1.4 | - |
| YUV | 70.53 | 98.36 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 18 | 0 | 0.56 | 0.85 | 0.52 | 20.57 | 0.74 | 0.28 |
| Hex | 7B | 36 | 12 | 0 | 38 | 55 | 34 | 15 | 4A | 1C |
| Octal | 173 | 66 | 22 | 0 | 70 | 125 | 64 | 25 | 112 | 34 |
| Binary | 1111011 | 110110 | 10010 | 0 | 111000 | 1010101 | 110100 | 10101 | 1001010 | 11100 |
Color Harmonies of #7B3612
Complementary color
Monochromatic Colors of #7B3612
Black with #7B3612
Text Example
Text Example
White with #7B3612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3612; }
p { color: rgb(123,54,18); }
H1.HeaderClassName
{
color: #7B3612;
}
.AnyTagClassName
{
color: #7B3612;
}
</style>
background-color css
<style>
a { background-color: #7B3612; }
a { background-color: rgb(123,54,18); }
div.DivClassName
{
background-color: #7B3612;
}
.BgClassName
{
background-color: #7B3612;
}
</style>
border-color css
<style>
span { border-color: #7B3612; }
span { border-color: rgb(123,54,18); }
td.TdClassName
{
border-color: #7B3612;
}
.TagClassName
{
border-color: #7B3612;
}
</style>