Shades of Peru Tan #782A01
Tints of Peru Tan #782A01
RGB
CMYK
RGB Variations
Color information
#782A01 (or 0x782A01) is known color: Peru Tan. HEX triplet: 78, 2A and 01. RGB value is (120,42,1). Sum of RGB (Red+Green+Blue) = 120+42+1=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #782A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782A01 is #87D5FE. Grayscale: #3C3C3C. Windows color (decimal): -8902143 or 76408. OLE color: 76408.
HSL color Cylindrical-coordinate representation of color #782A01: hue angle of 20.67º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #782A01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.53 |
| HSL | 20.67º | 0.98% | 0.24% | - |
| HSV(B) | 20.67º | 0.99% | 0.47% | - |
| XYZ | 8.58 | 5.65 | 0.67 | - |
| YUV | 60.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 1 | 0 | 0.65 | 0.99 | 0.53 | 20.67 | 0.98 | 0.24 |
| Hex | 78 | 2A | 1 | 0 | 41 | 63 | 35 | 15 | 62 | 18 |
| Octal | 170 | 52 | 1 | 0 | 101 | 143 | 65 | 25 | 142 | 30 |
| Binary | 1111000 | 101010 | 1 | 0 | 1000001 | 1100011 | 110101 | 10101 | 1100010 | 11000 |
Color Harmonies of #782A01
Complementary color
Monochromatic Colors of #782A01
Black with #782A01
Text Example
Text Example
White with #782A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A01; }
p { color: rgb(120,42,1); }
H1.HeaderClassName
{
color: #782A01;
}
.AnyTagClassName
{
color: #782A01;
}
</style>
background-color css
<style>
a { background-color: #782A01; }
a { background-color: rgb(120,42,1); }
div.DivClassName
{
background-color: #782A01;
}
.BgClassName
{
background-color: #782A01;
}
</style>
border-color css
<style>
span { border-color: #782A01; }
span { border-color: rgb(120,42,1); }
td.TdClassName
{
border-color: #782A01;
}
.TagClassName
{
border-color: #782A01;
}
</style>