Shades of Peru Tan #7A2908
Tints of Peru Tan #7A2908
RGB
CMYK
RGB Variations
Color information
#7A2908 (or 0x7A2908) is known color: Peru Tan. HEX triplet: 7A, 29 and 08. RGB value is (122,41,8). Sum of RGB (Red+Green+Blue) = 122+41+8=171 (22% of max value = 765). Red value is 122 (48.05% from 255 or 71.35% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 8 (3.52% from 255 or 4.68% from 171); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2908 is #85D6F7. Grayscale: #3D3D3D. Windows color (decimal): -8771320 or 534906. OLE color: 534906.
HSL color Cylindrical-coordinate representation of color #7A2908: hue angle of 17.37º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A2908 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 41 | 8 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.52 |
| HSL | 17.37º | 0.88% | 0.25% | - |
| HSV(B) | 17.37º | 0.93% | 0.48% | - |
| XYZ | 8.86 | 5.74 | 0.87 | - |
| YUV | 61.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 8 | 0 | 0.66 | 0.93 | 0.52 | 17.37 | 0.88 | 0.25 |
| Hex | 7A | 29 | 8 | 0 | 42 | 5D | 34 | 11 | 58 | 19 |
| Octal | 172 | 51 | 10 | 0 | 102 | 135 | 64 | 21 | 130 | 31 |
| Binary | 1111010 | 101001 | 1000 | 0 | 1000010 | 1011101 | 110100 | 10001 | 1011000 | 11001 |
Color Harmonies of #7A2908
Complementary color
Monochromatic Colors of #7A2908
Black with #7A2908
Text Example
Text Example
White with #7A2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2908; }
p { color: rgb(122,41,8); }
H1.HeaderClassName
{
color: #7A2908;
}
.AnyTagClassName
{
color: #7A2908;
}
</style>
background-color css
<style>
a { background-color: #7A2908; }
a { background-color: rgb(122,41,8); }
div.DivClassName
{
background-color: #7A2908;
}
.BgClassName
{
background-color: #7A2908;
}
</style>
border-color css
<style>
span { border-color: #7A2908; }
span { border-color: rgb(122,41,8); }
td.TdClassName
{
border-color: #7A2908;
}
.TagClassName
{
border-color: #7A2908;
}
</style>