Shades of Peru Tan #7B3315
Tints of Peru Tan #7B3315
RGB
CMYK
RGB Variations
Color information
#7B3315 (or 0x7B3315) is known color: Peru Tan. HEX triplet: 7B, 33 and 15. RGB value is (123,51,21). Sum of RGB (Red+Green+Blue) = 123+51+21=195 (25% of max value = 765). Red value is 123 (48.44% from 255 or 63.08% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3315 is #84CCEA. Grayscale: #454545. Windows color (decimal): -8703211 or 1389435. OLE color: 1389435.
HSL color Cylindrical-coordinate representation of color #7B3315: hue angle of 17.65º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B3315 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 51 | 21 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.52 |
| HSL | 17.65º | 0.71% | 0.28% | - |
| HSV(B) | 17.65º | 0.83% | 0.48% | - |
| XYZ | 9.49 | 6.63 | 1.49 | - |
| YUV | 69.11 | 100.85 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 21 | 0 | 0.59 | 0.83 | 0.52 | 17.65 | 0.71 | 0.28 |
| Hex | 7B | 33 | 15 | 0 | 3B | 53 | 34 | 12 | 47 | 1C |
| Octal | 173 | 63 | 25 | 0 | 73 | 123 | 64 | 22 | 107 | 34 |
| Binary | 1111011 | 110011 | 10101 | 0 | 111011 | 1010011 | 110100 | 10010 | 1000111 | 11100 |
Color Harmonies of #7B3315
Complementary color
Monochromatic Colors of #7B3315
Black with #7B3315
Text Example
Text Example
White with #7B3315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3315; }
p { color: rgb(123,51,21); }
H1.HeaderClassName
{
color: #7B3315;
}
.AnyTagClassName
{
color: #7B3315;
}
</style>
background-color css
<style>
a { background-color: #7B3315; }
a { background-color: rgb(123,51,21); }
div.DivClassName
{
background-color: #7B3315;
}
.BgClassName
{
background-color: #7B3315;
}
</style>
border-color css
<style>
span { border-color: #7B3315; }
span { border-color: rgb(123,51,21); }
td.TdClassName
{
border-color: #7B3315;
}
.TagClassName
{
border-color: #7B3315;
}
</style>