Shades of Peru Tan #7B3209
Tints of Peru Tan #7B3209
RGB
CMYK
RGB Variations
Color information
#7B3209 (or 0x7B3209) is known color: Peru Tan. HEX triplet: 7B, 32 and 09. RGB value is (123,50,9). Sum of RGB (Red+Green+Blue) = 123+50+9=182 (24% of max value = 765). Red value is 123 (48.44% from 255 or 67.58% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3209 is #84CDF6. Grayscale: #434343. Windows color (decimal): -8703479 or 602747. OLE color: 602747.
HSL color Cylindrical-coordinate representation of color #7B3209: hue angle of 21.58º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B3209 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 9 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.52 |
| HSL | 21.58º | 0.86% | 0.26% | - |
| HSV(B) | 21.58º | 0.93% | 0.48% | - |
| XYZ | 9.36 | 6.51 | 1.02 | - |
| YUV | 67.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 9 | 0 | 0.59 | 0.93 | 0.52 | 21.58 | 0.86 | 0.26 |
| Hex | 7B | 32 | 9 | 0 | 3B | 5D | 34 | 16 | 56 | 1A |
| Octal | 173 | 62 | 11 | 0 | 73 | 135 | 64 | 26 | 126 | 32 |
| Binary | 1111011 | 110010 | 1001 | 0 | 111011 | 1011101 | 110100 | 10110 | 1010110 | 11010 |
Color Harmonies of #7B3209
Complementary color
Monochromatic Colors of #7B3209
Black with #7B3209
Text Example
Text Example
White with #7B3209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3209; }
p { color: rgb(123,50,9); }
H1.HeaderClassName
{
color: #7B3209;
}
.AnyTagClassName
{
color: #7B3209;
}
</style>
background-color css
<style>
a { background-color: #7B3209; }
a { background-color: rgb(123,50,9); }
div.DivClassName
{
background-color: #7B3209;
}
.BgClassName
{
background-color: #7B3209;
}
</style>
border-color css
<style>
span { border-color: #7B3209; }
span { border-color: rgb(123,50,9); }
td.TdClassName
{
border-color: #7B3209;
}
.TagClassName
{
border-color: #7B3209;
}
</style>