Shades of Peru Tan #76401F
Tints of Peru Tan #76401F
RGB
CMYK
RGB Variations
Color information
#76401F (or 0x76401F) is known color: Peru Tan. HEX triplet: 76, 40 and 1F. RGB value is (118,64,31). Sum of RGB (Red+Green+Blue) = 118+64+31=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76401F is #89BFE0. Grayscale: #4C4C4C. Windows color (decimal): -9027553 or 2048118. OLE color: 2048118.
HSL color Cylindrical-coordinate representation of color #76401F: hue angle of 22.76º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76401F is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 31 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.54 |
| HSL | 22.76º | 0.58% | 0.29% | - |
| HSV(B) | 22.76º | 0.74% | 0.46% | - |
| XYZ | 9.55 | 7.62 | 2.26 | - |
| YUV | 76.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 31 | 0 | 0.46 | 0.74 | 0.54 | 22.76 | 0.58 | 0.29 |
| Hex | 76 | 40 | 1F | 0 | 2E | 4A | 36 | 17 | 3A | 1D |
| Octal | 166 | 100 | 37 | 0 | 56 | 112 | 66 | 27 | 72 | 35 |
| Binary | 1110110 | 1000000 | 11111 | 0 | 101110 | 1001010 | 110110 | 10111 | 111010 | 11101 |
Color Harmonies of #76401F
Complementary color
Monochromatic Colors of #76401F
Black with #76401F
Text Example
Text Example
White with #76401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76401F; }
p { color: rgb(118,64,31); }
H1.HeaderClassName
{
color: #76401F;
}
.AnyTagClassName
{
color: #76401F;
}
</style>
background-color css
<style>
a { background-color: #76401F; }
a { background-color: rgb(118,64,31); }
div.DivClassName
{
background-color: #76401F;
}
.BgClassName
{
background-color: #76401F;
}
</style>
border-color css
<style>
span { border-color: #76401F; }
span { border-color: rgb(118,64,31); }
td.TdClassName
{
border-color: #76401F;
}
.TagClassName
{
border-color: #76401F;
}
</style>