Shades of Peru Tan #784123
Tints of Peru Tan #784123
RGB
CMYK
RGB Variations
Color information
#784123 (or 0x784123) is known color: Peru Tan. HEX triplet: 78, 41 and 23. RGB value is (120,65,35). Sum of RGB (Red+Green+Blue) = 120+65+35=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 35 (14.06% from 255 or 15.91% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #784123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784123 is #87BEDC. Grayscale: #4E4E4E. Windows color (decimal): -8896221 or 2310520. OLE color: 2310520.
HSL color Cylindrical-coordinate representation of color #784123: hue angle of 21.18º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #784123 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 35 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.53 |
| HSL | 21.18º | 0.55% | 0.3% | - |
| HSV(B) | 21.18º | 0.71% | 0.47% | - |
| XYZ | 9.94 | 7.9 | 2.59 | - |
| YUV | 78.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 35 | 0 | 0.46 | 0.71 | 0.53 | 21.18 | 0.55 | 0.3 |
| Hex | 78 | 41 | 23 | 0 | 2E | 47 | 35 | 15 | 37 | 1E |
| Octal | 170 | 101 | 43 | 0 | 56 | 107 | 65 | 25 | 67 | 36 |
| Binary | 1111000 | 1000001 | 100011 | 0 | 101110 | 1000111 | 110101 | 10101 | 110111 | 11110 |
Color Harmonies of #784123
Complementary color
Monochromatic Colors of #784123
Black with #784123
Text Example
Text Example
White with #784123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784123; }
p { color: rgb(120,65,35); }
H1.HeaderClassName
{
color: #784123;
}
.AnyTagClassName
{
color: #784123;
}
</style>
background-color css
<style>
a { background-color: #784123; }
a { background-color: rgb(120,65,35); }
div.DivClassName
{
background-color: #784123;
}
.BgClassName
{
background-color: #784123;
}
</style>
border-color css
<style>
span { border-color: #784123; }
span { border-color: rgb(120,65,35); }
td.TdClassName
{
border-color: #784123;
}
.TagClassName
{
border-color: #784123;
}
</style>