Shades of Peru Tan #76441E
Tints of Peru Tan #76441E
RGB
CMYK
RGB Variations
Color information
#76441E (or 0x76441E) is known color: Peru Tan. HEX triplet: 76, 44 and 1E. RGB value is (118,68,30). Sum of RGB (Red+Green+Blue) = 118+68+30=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76441E is #89BBE1. Grayscale: #4E4E4E. Windows color (decimal): -9026530 or 1983606. OLE color: 1983606.
HSL color Cylindrical-coordinate representation of color #76441E: hue angle of 25.91º degrees, saturation: 0.59, 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 #76441E is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 30 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.54 |
| HSL | 25.91º | 0.59% | 0.29% | - |
| HSV(B) | 25.91º | 0.75% | 0.46% | - |
| XYZ | 9.77 | 8.08 | 2.27 | - |
| YUV | 78.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 30 | 0 | 0.42 | 0.75 | 0.54 | 25.91 | 0.59 | 0.29 |
| Hex | 76 | 44 | 1E | 0 | 2A | 4B | 36 | 1A | 3B | 1D |
| Octal | 166 | 104 | 36 | 0 | 52 | 113 | 66 | 32 | 73 | 35 |
| Binary | 1110110 | 1000100 | 11110 | 0 | 101010 | 1001011 | 110110 | 11010 | 111011 | 11101 |
Color Harmonies of #76441E
Complementary color
Monochromatic Colors of #76441E
Black with #76441E
Text Example
Text Example
White with #76441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76441E; }
p { color: rgb(118,68,30); }
H1.HeaderClassName
{
color: #76441E;
}
.AnyTagClassName
{
color: #76441E;
}
</style>
background-color css
<style>
a { background-color: #76441E; }
a { background-color: rgb(118,68,30); }
div.DivClassName
{
background-color: #76441E;
}
.BgClassName
{
background-color: #76441E;
}
</style>
border-color css
<style>
span { border-color: #76441E; }
span { border-color: rgb(118,68,30); }
td.TdClassName
{
border-color: #76441E;
}
.TagClassName
{
border-color: #76441E;
}
</style>