Shades of Peru Tan #782C08
Tints of Peru Tan #782C08
RGB
CMYK
RGB Variations
Color information
#782C08 (or 0x782C08) is known color: Peru Tan. HEX triplet: 78, 2C and 08. RGB value is (120,44,8). Sum of RGB (Red+Green+Blue) = 120+44+8=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #782C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782C08 is #87D3F7. Grayscale: #3E3E3E. Windows color (decimal): -8901624 or 535672. OLE color: 535672.
HSL color Cylindrical-coordinate representation of color #782C08: hue angle of 19.29º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #782C08 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 8 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.53 |
| HSL | 19.29º | 0.88% | 0.25% | - |
| HSV(B) | 19.29º | 0.93% | 0.47% | - |
| XYZ | 8.69 | 5.81 | 0.89 | - |
| YUV | 62.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 8 | 0 | 0.63 | 0.93 | 0.53 | 19.29 | 0.88 | 0.25 |
| Hex | 78 | 2C | 8 | 0 | 3F | 5D | 35 | 13 | 58 | 19 |
| Octal | 170 | 54 | 10 | 0 | 77 | 135 | 65 | 23 | 130 | 31 |
| Binary | 1111000 | 101100 | 1000 | 0 | 111111 | 1011101 | 110101 | 10011 | 1011000 | 11001 |
Color Harmonies of #782C08
Complementary color
Monochromatic Colors of #782C08
Black with #782C08
Text Example
Text Example
White with #782C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C08; }
p { color: rgb(120,44,8); }
H1.HeaderClassName
{
color: #782C08;
}
.AnyTagClassName
{
color: #782C08;
}
</style>
background-color css
<style>
a { background-color: #782C08; }
a { background-color: rgb(120,44,8); }
div.DivClassName
{
background-color: #782C08;
}
.BgClassName
{
background-color: #782C08;
}
</style>
border-color css
<style>
span { border-color: #782C08; }
span { border-color: rgb(120,44,8); }
td.TdClassName
{
border-color: #782C08;
}
.TagClassName
{
border-color: #782C08;
}
</style>