Shades of Peru Tan #7B2D07
Tints of Peru Tan #7B2D07
RGB
CMYK
RGB Variations
Color information
#7B2D07 (or 0x7B2D07) is known color: Peru Tan. HEX triplet: 7B, 2D and 07. RGB value is (123,45,7). Sum of RGB (Red+Green+Blue) = 123+45+7=175 (23% of max value = 765). Red value is 123 (48.44% from 255 or 70.29% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B2D07 is #84D2F8. Grayscale: #404040. Windows color (decimal): -8704761 or 470395. OLE color: 470395.
HSL color Cylindrical-coordinate representation of color #7B2D07: hue angle of 19.66º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B2D07 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 45 | 7 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.52 |
| HSL | 19.66º | 0.89% | 0.25% | - |
| HSV(B) | 19.66º | 0.94% | 0.48% | - |
| XYZ | 9.15 | 6.1 | 0.9 | - |
| YUV | 63.99 | 95.84 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 45 | 7 | 0 | 0.63 | 0.94 | 0.52 | 19.66 | 0.89 | 0.25 |
| Hex | 7B | 2D | 7 | 0 | 3F | 5E | 34 | 14 | 59 | 19 |
| Octal | 173 | 55 | 7 | 0 | 77 | 136 | 64 | 24 | 131 | 31 |
| Binary | 1111011 | 101101 | 111 | 0 | 111111 | 1011110 | 110100 | 10100 | 1011001 | 11001 |
Color Harmonies of #7B2D07
Complementary color
Monochromatic Colors of #7B2D07
Black with #7B2D07
Text Example
Text Example
White with #7B2D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2D07; }
p { color: rgb(123,45,7); }
H1.HeaderClassName
{
color: #7B2D07;
}
.AnyTagClassName
{
color: #7B2D07;
}
</style>
background-color css
<style>
a { background-color: #7B2D07; }
a { background-color: rgb(123,45,7); }
div.DivClassName
{
background-color: #7B2D07;
}
.BgClassName
{
background-color: #7B2D07;
}
</style>
border-color css
<style>
span { border-color: #7B2D07; }
span { border-color: rgb(123,45,7); }
td.TdClassName
{
border-color: #7B2D07;
}
.TagClassName
{
border-color: #7B2D07;
}
</style>