Shades of Peru Tan #782A0D
Tints of Peru Tan #782A0D
RGB
CMYK
RGB Variations
Color information
#782A0D (or 0x782A0D) is known color: Peru Tan. HEX triplet: 78, 2A and 0D. RGB value is (120,42,13). Sum of RGB (Red+Green+Blue) = 120+42+13=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #782A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782A0D is #87D5F2. Grayscale: #3E3E3E. Windows color (decimal): -8902131 or 862840. OLE color: 862840.
HSL color Cylindrical-coordinate representation of color #782A0D: hue angle of 16.26º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #782A0D is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 13 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.53 |
| HSL | 16.26º | 0.8% | 0.26% | - |
| HSV(B) | 16.26º | 0.89% | 0.47% | - |
| XYZ | 8.65 | 5.68 | 1.02 | - |
| YUV | 62.02 | 100.34 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 13 | 0 | 0.65 | 0.89 | 0.53 | 16.26 | 0.8 | 0.26 |
| Hex | 78 | 2A | D | 0 | 41 | 59 | 35 | 10 | 50 | 1A |
| Octal | 170 | 52 | 15 | 0 | 101 | 131 | 65 | 20 | 120 | 32 |
| Binary | 1111000 | 101010 | 1101 | 0 | 1000001 | 1011001 | 110101 | 10000 | 1010000 | 11010 |
Color Harmonies of #782A0D
Complementary color
Monochromatic Colors of #782A0D
Black with #782A0D
Text Example
Text Example
White with #782A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A0D; }
p { color: rgb(120,42,13); }
H1.HeaderClassName
{
color: #782A0D;
}
.AnyTagClassName
{
color: #782A0D;
}
</style>
background-color css
<style>
a { background-color: #782A0D; }
a { background-color: rgb(120,42,13); }
div.DivClassName
{
background-color: #782A0D;
}
.BgClassName
{
background-color: #782A0D;
}
</style>
border-color css
<style>
span { border-color: #782A0D; }
span { border-color: rgb(120,42,13); }
td.TdClassName
{
border-color: #782A0D;
}
.TagClassName
{
border-color: #782A0D;
}
</style>