Shades of Peru Tan #782C06
Tints of Peru Tan #782C06
RGB
CMYK
RGB Variations
Color information
#782C06 (or 0x782C06) is known color: Peru Tan. HEX triplet: 78, 2C and 06. RGB value is (120,44,6). Sum of RGB (Red+Green+Blue) = 120+44+6=170 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.59% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 6 (2.73% from 255 or 3.53% from 170); Max value from RGB is 120 - color contains mainly: red. Hex color #782C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782C06 is #87D3F9. Grayscale: #3E3E3E. Windows color (decimal): -8901626 or 404600. OLE color: 404600.
HSL color Cylindrical-coordinate representation of color #782C06: hue angle of 20º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #782C06 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 6 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.53 |
| HSL | 20º | 0.9% | 0.25% | - |
| HSV(B) | 20º | 0.95% | 0.47% | - |
| XYZ | 8.68 | 5.81 | 0.84 | - |
| YUV | 62.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 6 | 0 | 0.63 | 0.95 | 0.53 | 20 | 0.9 | 0.25 |
| Hex | 78 | 2C | 6 | 0 | 3F | 5F | 35 | 14 | 5A | 19 |
| Octal | 170 | 54 | 6 | 0 | 77 | 137 | 65 | 24 | 132 | 31 |
| Binary | 1111000 | 101100 | 110 | 0 | 111111 | 1011111 | 110101 | 10100 | 1011010 | 11001 |
Color Harmonies of #782C06
Complementary color
Monochromatic Colors of #782C06
Black with #782C06
Text Example
Text Example
White with #782C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C06; }
p { color: rgb(120,44,6); }
H1.HeaderClassName
{
color: #782C06;
}
.AnyTagClassName
{
color: #782C06;
}
</style>
background-color css
<style>
a { background-color: #782C06; }
a { background-color: rgb(120,44,6); }
div.DivClassName
{
background-color: #782C06;
}
.BgClassName
{
background-color: #782C06;
}
</style>
border-color css
<style>
span { border-color: #782C06; }
span { border-color: rgb(120,44,6); }
td.TdClassName
{
border-color: #782C06;
}
.TagClassName
{
border-color: #782C06;
}
</style>