Shades of Peru Tan #76431F
Tints of Peru Tan #76431F
RGB
CMYK
RGB Variations
Color information
#76431F (or 0x76431F) is known color: Peru Tan. HEX triplet: 76, 43 and 1F. RGB value is (118,67,31). Sum of RGB (Red+Green+Blue) = 118+67+31=216 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.63% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 118 - color contains mainly: red. Hex color #76431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76431F is #89BCE0. Grayscale: #4E4E4E. Windows color (decimal): -9026785 or 2048886. OLE color: 2048886.
HSL color Cylindrical-coordinate representation of color #76431F: hue angle of 24.83º 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 #76431F is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 31 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.54 |
| HSL | 24.83º | 0.58% | 0.29% | - |
| HSV(B) | 24.83º | 0.74% | 0.46% | - |
| XYZ | 9.73 | 7.96 | 2.32 | - |
| YUV | 78.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 31 | 0 | 0.43 | 0.74 | 0.54 | 24.83 | 0.58 | 0.29 |
| Hex | 76 | 43 | 1F | 0 | 2B | 4A | 36 | 19 | 3A | 1D |
| Octal | 166 | 103 | 37 | 0 | 53 | 112 | 66 | 31 | 72 | 35 |
| Binary | 1110110 | 1000011 | 11111 | 0 | 101011 | 1001010 | 110110 | 11001 | 111010 | 11101 |
Color Harmonies of #76431F
Complementary color
Monochromatic Colors of #76431F
Black with #76431F
Text Example
Text Example
White with #76431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76431F; }
p { color: rgb(118,67,31); }
H1.HeaderClassName
{
color: #76431F;
}
.AnyTagClassName
{
color: #76431F;
}
</style>
background-color css
<style>
a { background-color: #76431F; }
a { background-color: rgb(118,67,31); }
div.DivClassName
{
background-color: #76431F;
}
.BgClassName
{
background-color: #76431F;
}
</style>
border-color css
<style>
span { border-color: #76431F; }
span { border-color: rgb(118,67,31); }
td.TdClassName
{
border-color: #76431F;
}
.TagClassName
{
border-color: #76431F;
}
</style>