Shades of Peru Tan #7B3914
Tints of Peru Tan #7B3914
RGB
CMYK
RGB Variations
Color information
#7B3914 (or 0x7B3914) is known color: Peru Tan. HEX triplet: 7B, 39 and 14. RGB value is (123,57,20). Sum of RGB (Red+Green+Blue) = 123+57+20=200 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3914 is #84C6EB. Grayscale: #484848. Windows color (decimal): -8701676 or 1325435. OLE color: 1325435.
HSL color Cylindrical-coordinate representation of color #7B3914: hue angle of 21.55º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B3914 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 57 | 20 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.52 |
| HSL | 21.55º | 0.72% | 0.28% | - |
| HSV(B) | 21.55º | 0.84% | 0.48% | - |
| XYZ | 9.76 | 7.19 | 1.53 | - |
| YUV | 72.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 20 | 0 | 0.54 | 0.84 | 0.52 | 21.55 | 0.72 | 0.28 |
| Hex | 7B | 39 | 14 | 0 | 36 | 54 | 34 | 16 | 48 | 1C |
| Octal | 173 | 71 | 24 | 0 | 66 | 124 | 64 | 26 | 110 | 34 |
| Binary | 1111011 | 111001 | 10100 | 0 | 110110 | 1010100 | 110100 | 10110 | 1001000 | 11100 |
Color Harmonies of #7B3914
Complementary color
Monochromatic Colors of #7B3914
Black with #7B3914
Text Example
Text Example
White with #7B3914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3914; }
p { color: rgb(123,57,20); }
H1.HeaderClassName
{
color: #7B3914;
}
.AnyTagClassName
{
color: #7B3914;
}
</style>
background-color css
<style>
a { background-color: #7B3914; }
a { background-color: rgb(123,57,20); }
div.DivClassName
{
background-color: #7B3914;
}
.BgClassName
{
background-color: #7B3914;
}
</style>
border-color css
<style>
span { border-color: #7B3914; }
span { border-color: rgb(123,57,20); }
td.TdClassName
{
border-color: #7B3914;
}
.TagClassName
{
border-color: #7B3914;
}
</style>