Shades of Peru Tan #76421B
Tints of Peru Tan #76421B
RGB
CMYK
RGB Variations
Color information
#76421B (or 0x76421B) is known color: Peru Tan. HEX triplet: 76, 42 and 1B. RGB value is (118,66,27). Sum of RGB (Red+Green+Blue) = 118+66+27=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76421B is #89BDE4. Grayscale: #4D4D4D. Windows color (decimal): -9027045 or 1786486. OLE color: 1786486.
HSL color Cylindrical-coordinate representation of color #76421B: hue angle of 25.71º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76421B is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 27 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.54 |
| HSL | 25.71º | 0.63% | 0.28% | - |
| HSV(B) | 25.71º | 0.77% | 0.46% | - |
| XYZ | 9.62 | 7.83 | 2.04 | - |
| YUV | 77.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 27 | 0 | 0.44 | 0.77 | 0.54 | 25.71 | 0.63 | 0.28 |
| Hex | 76 | 42 | 1B | 0 | 2C | 4D | 36 | 1A | 3F | 1C |
| Octal | 166 | 102 | 33 | 0 | 54 | 115 | 66 | 32 | 77 | 34 |
| Binary | 1110110 | 1000010 | 11011 | 0 | 101100 | 1001101 | 110110 | 11010 | 111111 | 11100 |
Color Harmonies of #76421B
Complementary color
Monochromatic Colors of #76421B
Black with #76421B
Text Example
Text Example
White with #76421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76421B; }
p { color: rgb(118,66,27); }
H1.HeaderClassName
{
color: #76421B;
}
.AnyTagClassName
{
color: #76421B;
}
</style>
background-color css
<style>
a { background-color: #76421B; }
a { background-color: rgb(118,66,27); }
div.DivClassName
{
background-color: #76421B;
}
.BgClassName
{
background-color: #76421B;
}
</style>
border-color css
<style>
span { border-color: #76421B; }
span { border-color: rgb(118,66,27); }
td.TdClassName
{
border-color: #76421B;
}
.TagClassName
{
border-color: #76421B;
}
</style>