Shades of Peru Tan #76310F
Tints of Peru Tan #76310F
RGB
CMYK
RGB Variations
Color information
#76310F (or 0x76310F) is known color: Peru Tan. HEX triplet: 76, 31 and 0F. RGB value is (118,49,15). Sum of RGB (Red+Green+Blue) = 118+49+15=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76310F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76310F is #89CEF0. Grayscale: #414141. Windows color (decimal): -9031409 or 995702. OLE color: 995702.
HSL color Cylindrical-coordinate representation of color #76310F: hue angle of 19.81º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76310F is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 49 | 15 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.54 |
| HSL | 19.81º | 0.77% | 0.26% | - |
| HSV(B) | 19.81º | 0.87% | 0.46% | - |
| XYZ | 8.66 | 6.08 | 1.17 | - |
| YUV | 65.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 15 | 0 | 0.58 | 0.87 | 0.54 | 19.81 | 0.77 | 0.26 |
| Hex | 76 | 31 | F | 0 | 3A | 57 | 36 | 14 | 4D | 1A |
| Octal | 166 | 61 | 17 | 0 | 72 | 127 | 66 | 24 | 115 | 32 |
| Binary | 1110110 | 110001 | 1111 | 0 | 111010 | 1010111 | 110110 | 10100 | 1001101 | 11010 |
Color Harmonies of #76310F
Complementary color
Monochromatic Colors of #76310F
Black with #76310F
Text Example
Text Example
White with #76310F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76310F; }
p { color: rgb(118,49,15); }
H1.HeaderClassName
{
color: #76310F;
}
.AnyTagClassName
{
color: #76310F;
}
</style>
background-color css
<style>
a { background-color: #76310F; }
a { background-color: rgb(118,49,15); }
div.DivClassName
{
background-color: #76310F;
}
.BgClassName
{
background-color: #76310F;
}
</style>
border-color css
<style>
span { border-color: #76310F; }
span { border-color: rgb(118,49,15); }
td.TdClassName
{
border-color: #76310F;
}
.TagClassName
{
border-color: #76310F;
}
</style>