Shades of Peru Tan #76411D
Tints of Peru Tan #76411D
RGB
CMYK
RGB Variations
Color information
#76411D (or 0x76411D) is known color: Peru Tan. HEX triplet: 76, 41 and 1D. RGB value is (118,65,29). Sum of RGB (Red+Green+Blue) = 118+65+29=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76411D is #89BEE2. Grayscale: #4C4C4C. Windows color (decimal): -9027299 or 1917302. OLE color: 1917302.
HSL color Cylindrical-coordinate representation of color #76411D: hue angle of 24.27º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76411D is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 65 | 29 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.54 |
| HSL | 24.27º | 0.61% | 0.29% | - |
| HSV(B) | 24.27º | 0.75% | 0.46% | - |
| XYZ | 9.58 | 7.72 | 2.15 | - |
| YUV | 76.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 65 | 29 | 0 | 0.45 | 0.75 | 0.54 | 24.27 | 0.61 | 0.29 |
| Hex | 76 | 41 | 1D | 0 | 2D | 4B | 36 | 18 | 3D | 1D |
| Octal | 166 | 101 | 35 | 0 | 55 | 113 | 66 | 30 | 75 | 35 |
| Binary | 1110110 | 1000001 | 11101 | 0 | 101101 | 1001011 | 110110 | 11000 | 111101 | 11101 |
Color Harmonies of #76411D
Complementary color
Monochromatic Colors of #76411D
Black with #76411D
Text Example
Text Example
White with #76411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76411D; }
p { color: rgb(118,65,29); }
H1.HeaderClassName
{
color: #76411D;
}
.AnyTagClassName
{
color: #76411D;
}
</style>
background-color css
<style>
a { background-color: #76411D; }
a { background-color: rgb(118,65,29); }
div.DivClassName
{
background-color: #76411D;
}
.BgClassName
{
background-color: #76411D;
}
</style>
border-color css
<style>
span { border-color: #76411D; }
span { border-color: rgb(118,65,29); }
td.TdClassName
{
border-color: #76411D;
}
.TagClassName
{
border-color: #76411D;
}
</style>