Shades of Peru Tan #782D0A
Tints of Peru Tan #782D0A
RGB
CMYK
RGB Variations
Color information
#782D0A (or 0x782D0A) is known color: Peru Tan. HEX triplet: 78, 2D and 0A. RGB value is (120,45,10). Sum of RGB (Red+Green+Blue) = 120+45+10=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #782D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782D0A is #87D2F5. Grayscale: #3F3F3F. Windows color (decimal): -8901366 or 667000. OLE color: 667000.
HSL color Cylindrical-coordinate representation of color #782D0A: hue angle of 19.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #782D0A is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 45 | 10 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.53 |
| HSL | 19.09º | 0.85% | 0.25% | - |
| HSV(B) | 19.09º | 0.92% | 0.47% | - |
| XYZ | 8.74 | 5.89 | 0.96 | - |
| YUV | 63.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 45 | 10 | 0 | 0.63 | 0.92 | 0.53 | 19.09 | 0.85 | 0.25 |
| Hex | 78 | 2D | A | 0 | 3F | 5C | 35 | 13 | 55 | 19 |
| Octal | 170 | 55 | 12 | 0 | 77 | 134 | 65 | 23 | 125 | 31 |
| Binary | 1111000 | 101101 | 1010 | 0 | 111111 | 1011100 | 110101 | 10011 | 1010101 | 11001 |
Color Harmonies of #782D0A
Complementary color
Monochromatic Colors of #782D0A
Black with #782D0A
Text Example
Text Example
White with #782D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782D0A; }
p { color: rgb(120,45,10); }
H1.HeaderClassName
{
color: #782D0A;
}
.AnyTagClassName
{
color: #782D0A;
}
</style>
background-color css
<style>
a { background-color: #782D0A; }
a { background-color: rgb(120,45,10); }
div.DivClassName
{
background-color: #782D0A;
}
.BgClassName
{
background-color: #782D0A;
}
</style>
border-color css
<style>
span { border-color: #782D0A; }
span { border-color: rgb(120,45,10); }
td.TdClassName
{
border-color: #782D0A;
}
.TagClassName
{
border-color: #782D0A;
}
</style>