Shades of Peru Tan #7A331B
Tints of Peru Tan #7A331B
RGB
CMYK
RGB Variations
Color information
#7A331B (or 0x7A331B) is known color: Peru Tan. HEX triplet: 7A, 33 and 1B. RGB value is (122,51,27). Sum of RGB (Red+Green+Blue) = 122+51+27=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A331B is #85CCE4. Grayscale: #454545. Windows color (decimal): -8768741 or 1782650. OLE color: 1782650.
HSL color Cylindrical-coordinate representation of color #7A331B: hue angle of 15.16º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A331B is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 27 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.52 |
| HSL | 15.16º | 0.64% | 0.29% | - |
| HSV(B) | 15.16º | 0.78% | 0.48% | - |
| XYZ | 9.41 | 6.58 | 1.81 | - |
| YUV | 69.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 27 | 0 | 0.58 | 0.78 | 0.52 | 15.16 | 0.64 | 0.29 |
| Hex | 7A | 33 | 1B | 0 | 3A | 4E | 34 | F | 40 | 1D |
| Octal | 172 | 63 | 33 | 0 | 72 | 116 | 64 | 17 | 100 | 35 |
| Binary | 1111010 | 110011 | 11011 | 0 | 111010 | 1001110 | 110100 | 1111 | 1000000 | 11101 |
Color Harmonies of #7A331B
Complementary color
Monochromatic Colors of #7A331B
Black with #7A331B
Text Example
Text Example
White with #7A331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A331B; }
p { color: rgb(122,51,27); }
H1.HeaderClassName
{
color: #7A331B;
}
.AnyTagClassName
{
color: #7A331B;
}
</style>
background-color css
<style>
a { background-color: #7A331B; }
a { background-color: rgb(122,51,27); }
div.DivClassName
{
background-color: #7A331B;
}
.BgClassName
{
background-color: #7A331B;
}
</style>
border-color css
<style>
span { border-color: #7A331B; }
span { border-color: rgb(122,51,27); }
td.TdClassName
{
border-color: #7A331B;
}
.TagClassName
{
border-color: #7A331B;
}
</style>