Shades of Peru Tan #7B391E
Tints of Peru Tan #7B391E
RGB
CMYK
RGB Variations
Color information
#7B391E (or 0x7B391E) is known color: Peru Tan. HEX triplet: 7B, 39 and 1E. RGB value is (123,57,30). Sum of RGB (Red+Green+Blue) = 123+57+30=210 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.57% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 123 - color contains mainly: red. Hex color #7B391E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B391E is #84C6E1. Grayscale: #494949. Windows color (decimal): -8701666 or 1980795. OLE color: 1980795.
HSL color Cylindrical-coordinate representation of color #7B391E: hue angle of 17.42º degrees, saturation: 0.61, 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 #7B391E is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 57 | 30 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.52 |
| HSL | 17.42º | 0.61% | 0.3% | - |
| HSV(B) | 17.42º | 0.76% | 0.48% | - |
| XYZ | 9.87 | 7.23 | 2.1 | - |
| YUV | 73.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 30 | 0 | 0.54 | 0.76 | 0.52 | 17.42 | 0.61 | 0.3 |
| Hex | 7B | 39 | 1E | 0 | 36 | 4C | 34 | 11 | 3D | 1E |
| Octal | 173 | 71 | 36 | 0 | 66 | 114 | 64 | 21 | 75 | 36 |
| Binary | 1111011 | 111001 | 11110 | 0 | 110110 | 1001100 | 110100 | 10001 | 111101 | 11110 |
Color Harmonies of #7B391E
Complementary color
Monochromatic Colors of #7B391E
Black with #7B391E
Text Example
Text Example
White with #7B391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B391E; }
p { color: rgb(123,57,30); }
H1.HeaderClassName
{
color: #7B391E;
}
.AnyTagClassName
{
color: #7B391E;
}
</style>
background-color css
<style>
a { background-color: #7B391E; }
a { background-color: rgb(123,57,30); }
div.DivClassName
{
background-color: #7B391E;
}
.BgClassName
{
background-color: #7B391E;
}
</style>
border-color css
<style>
span { border-color: #7B391E; }
span { border-color: rgb(123,57,30); }
td.TdClassName
{
border-color: #7B391E;
}
.TagClassName
{
border-color: #7B391E;
}
</style>