Shades of Peru Tan #764121
Tints of Peru Tan #764121
RGB
CMYK
RGB Variations
Color information
#764121 (or 0x764121) is known color: Peru Tan. HEX triplet: 76, 41 and 21. RGB value is (118,65,33). Sum of RGB (Red+Green+Blue) = 118+65+33=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #764121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764121 is #89BEDE. Grayscale: #4D4D4D. Windows color (decimal): -9027295 or 2179446. OLE color: 2179446.
HSL color Cylindrical-coordinate representation of color #764121: hue angle of 22.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #764121 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 33 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.54 |
| HSL | 22.59º | 0.56% | 0.3% | - |
| HSV(B) | 22.59º | 0.72% | 0.46% | - |
| XYZ | 9.64 | 7.74 | 2.43 | - |
| YUV | 77.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 33 | 0 | 0.45 | 0.72 | 0.54 | 22.59 | 0.56 | 0.3 |
| Hex | 76 | 41 | 21 | 0 | 2D | 48 | 36 | 17 | 38 | 1E |
| Octal | 166 | 101 | 41 | 0 | 55 | 110 | 66 | 27 | 70 | 36 |
| Binary | 1110110 | 1000001 | 100001 | 0 | 101101 | 1001000 | 110110 | 10111 | 111000 | 11110 |
Color Harmonies of #764121
Complementary color
Monochromatic Colors of #764121
Black with #764121
Text Example
Text Example
White with #764121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764121; }
p { color: rgb(118,65,33); }
H1.HeaderClassName
{
color: #764121;
}
.AnyTagClassName
{
color: #764121;
}
</style>
background-color css
<style>
a { background-color: #764121; }
a { background-color: rgb(118,65,33); }
div.DivClassName
{
background-color: #764121;
}
.BgClassName
{
background-color: #764121;
}
</style>
border-color css
<style>
span { border-color: #764121; }
span { border-color: rgb(118,65,33); }
td.TdClassName
{
border-color: #764121;
}
.TagClassName
{
border-color: #764121;
}
</style>