Shades of Peru Tan #782D07
Tints of Peru Tan #782D07
RGB
CMYK
RGB Variations
Color information
#782D07 (or 0x782D07) is known color: Peru Tan. HEX triplet: 78, 2D and 07. RGB value is (120,45,7). Sum of RGB (Red+Green+Blue) = 120+45+7=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #782D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782D07 is #87D2F8. Grayscale: #3F3F3F. Windows color (decimal): -8901369 or 470392. OLE color: 470392.
HSL color Cylindrical-coordinate representation of color #782D07: hue angle of 20.18º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #782D07 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 7 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.53 |
| HSL | 20.18º | 0.89% | 0.25% | - |
| HSV(B) | 20.18º | 0.94% | 0.47% | - |
| XYZ | 8.72 | 5.89 | 0.88 | - |
| YUV | 63.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 7 | 0 | 0.63 | 0.94 | 0.53 | 20.18 | 0.89 | 0.25 |
| Hex | 78 | 2D | 7 | 0 | 3F | 5E | 35 | 14 | 59 | 19 |
| Octal | 170 | 55 | 7 | 0 | 77 | 136 | 65 | 24 | 131 | 31 |
| Binary | 1111000 | 101101 | 111 | 0 | 111111 | 1011110 | 110101 | 10100 | 1011001 | 11001 |
Color Harmonies of #782D07
Complementary color
Monochromatic Colors of #782D07
Black with #782D07
Text Example
Text Example
White with #782D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D07; }
p { color: rgb(120,45,7); }
H1.HeaderClassName
{
color: #782D07;
}
.AnyTagClassName
{
color: #782D07;
}
</style>
background-color css
<style>
a { background-color: #782D07; }
a { background-color: rgb(120,45,7); }
div.DivClassName
{
background-color: #782D07;
}
.BgClassName
{
background-color: #782D07;
}
</style>
border-color css
<style>
span { border-color: #782D07; }
span { border-color: rgb(120,45,7); }
td.TdClassName
{
border-color: #782D07;
}
.TagClassName
{
border-color: #782D07;
}
</style>