Shades of Peru Tan #782F0B
Tints of Peru Tan #782F0B
RGB
CMYK
RGB Variations
Color information
#782F0B (or 0x782F0B) is known color: Peru Tan. HEX triplet: 78, 2F and 0B. RGB value is (120,47,11). Sum of RGB (Red+Green+Blue) = 120+47+11=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #782F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782F0B is #87D0F4. Grayscale: #404040. Windows color (decimal): -8900853 or 733048. OLE color: 733048.
HSL color Cylindrical-coordinate representation of color #782F0B: hue angle of 19.82º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #782F0B is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 47 | 11 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.53 |
| HSL | 19.82º | 0.83% | 0.26% | - |
| HSV(B) | 19.82º | 0.91% | 0.47% | - |
| XYZ | 8.82 | 6.05 | 1.02 | - |
| YUV | 64.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 11 | 0 | 0.61 | 0.91 | 0.53 | 19.82 | 0.83 | 0.26 |
| Hex | 78 | 2F | B | 0 | 3D | 5B | 35 | 14 | 53 | 1A |
| Octal | 170 | 57 | 13 | 0 | 75 | 133 | 65 | 24 | 123 | 32 |
| Binary | 1111000 | 101111 | 1011 | 0 | 111101 | 1011011 | 110101 | 10100 | 1010011 | 11010 |
Color Harmonies of #782F0B
Complementary color
Monochromatic Colors of #782F0B
Black with #782F0B
Text Example
Text Example
White with #782F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782F0B; }
p { color: rgb(120,47,11); }
H1.HeaderClassName
{
color: #782F0B;
}
.AnyTagClassName
{
color: #782F0B;
}
</style>
background-color css
<style>
a { background-color: #782F0B; }
a { background-color: rgb(120,47,11); }
div.DivClassName
{
background-color: #782F0B;
}
.BgClassName
{
background-color: #782F0B;
}
</style>
border-color css
<style>
span { border-color: #782F0B; }
span { border-color: rgb(120,47,11); }
td.TdClassName
{
border-color: #782F0B;
}
.TagClassName
{
border-color: #782F0B;
}
</style>