Shades of Peru Tan #782B00
Tints of Peru Tan #782B00
RGB
CMYK
RGB Variations
Color information
#782B00 (or 0x782B00) is known color: Peru Tan. HEX triplet: 78, 2B and 00. RGB value is (120,43,0). Sum of RGB (Red+Green+Blue) = 120+43+0=163 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.62% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 120 - color contains mainly: red. Hex color #782B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782B00 is #87D4FF. Grayscale: #3D3D3D. Windows color (decimal): -8901888 or 11128. OLE color: 11128.
HSL color Cylindrical-coordinate representation of color #782B00: hue angle of 21.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #782B00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 43 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.53 |
| HSL | 21.5º | 1% | 0.24% | - |
| HSV(B) | 21.5º | 1% | 0.47% | - |
| XYZ | 8.61 | 5.72 | 0.65 | - |
| YUV | 61.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 43 | 0 | 0 | 0.64 | 1 | 0.53 | 21.5 | 1 | 0.24 |
| Hex | 78 | 2B | 0 | 0 | 40 | 64 | 35 | 16 | 64 | 18 |
| Octal | 170 | 53 | 0 | 0 | 100 | 144 | 65 | 26 | 144 | 30 |
| Binary | 1111000 | 101011 | 0 | 0 | 1000000 | 1100100 | 110101 | 10110 | 1100100 | 11000 |
Color Harmonies of #782B00
Complementary color
Monochromatic Colors of #782B00
Black with #782B00
Text Example
Text Example
White with #782B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782B00; }
p { color: rgb(120,43,0); }
H1.HeaderClassName
{
color: #782B00;
}
.AnyTagClassName
{
color: #782B00;
}
</style>
background-color css
<style>
a { background-color: #782B00; }
a { background-color: rgb(120,43,0); }
div.DivClassName
{
background-color: #782B00;
}
.BgClassName
{
background-color: #782B00;
}
</style>
border-color css
<style>
span { border-color: #782B00; }
span { border-color: rgb(120,43,0); }
td.TdClassName
{
border-color: #782B00;
}
.TagClassName
{
border-color: #782B00;
}
</style>