Shades of Peru Tan #782F00
Tints of Peru Tan #782F00
RGB
CMYK
RGB Variations
Color information
#782F00 (or 0x782F00) is known color: Peru Tan. HEX triplet: 78, 2F and 00. RGB value is (120,47,0). Sum of RGB (Red+Green+Blue) = 120+47+0=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #782F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782F00 is #87D0FF. Grayscale: #3F3F3F. Windows color (decimal): -8900864 or 12152. OLE color: 12152.
HSL color Cylindrical-coordinate representation of color #782F00: hue angle of 23.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 #782F00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 47 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.53 |
| HSL | 23.5º | 1% | 0.24% | - |
| HSV(B) | 23.5º | 1% | 0.47% | - |
| XYZ | 8.76 | 6.03 | 0.7 | - |
| YUV | 63.47 | 92.18 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 0 | 0 | 0.61 | 1 | 0.53 | 23.5 | 1 | 0.24 |
| Hex | 78 | 2F | 0 | 0 | 3D | 64 | 35 | 18 | 64 | 18 |
| Octal | 170 | 57 | 0 | 0 | 75 | 144 | 65 | 30 | 144 | 30 |
| Binary | 1111000 | 101111 | 0 | 0 | 111101 | 1100100 | 110101 | 11000 | 1100100 | 11000 |
Color Harmonies of #782F00
Complementary color
Monochromatic Colors of #782F00
Black with #782F00
Text Example
Text Example
White with #782F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782F00; }
p { color: rgb(120,47,0); }
H1.HeaderClassName
{
color: #782F00;
}
.AnyTagClassName
{
color: #782F00;
}
</style>
background-color css
<style>
a { background-color: #782F00; }
a { background-color: rgb(120,47,0); }
div.DivClassName
{
background-color: #782F00;
}
.BgClassName
{
background-color: #782F00;
}
</style>
border-color css
<style>
span { border-color: #782F00; }
span { border-color: rgb(120,47,0); }
td.TdClassName
{
border-color: #782F00;
}
.TagClassName
{
border-color: #782F00;
}
</style>