Shades of Peru Tan #76310B
Tints of Peru Tan #76310B
RGB
CMYK
RGB Variations
Color information
#76310B (or 0x76310B) is known color: Peru Tan. HEX triplet: 76, 31 and 0B. RGB value is (118,49,11). Sum of RGB (Red+Green+Blue) = 118+49+11=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #76310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76310B is #89CEF4. Grayscale: #414141. Windows color (decimal): -9031413 or 733558. OLE color: 733558.
HSL color Cylindrical-coordinate representation of color #76310B: hue angle of 21.31º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76310B is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 49 | 11 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.54 |
| HSL | 21.31º | 0.83% | 0.25% | - |
| HSV(B) | 21.31º | 0.91% | 0.46% | - |
| XYZ | 8.63 | 6.07 | 1.03 | - |
| YUV | 65.3 | 97.36 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 11 | 0 | 0.58 | 0.91 | 0.54 | 21.31 | 0.83 | 0.25 |
| Hex | 76 | 31 | B | 0 | 3A | 5B | 36 | 15 | 53 | 19 |
| Octal | 166 | 61 | 13 | 0 | 72 | 133 | 66 | 25 | 123 | 31 |
| Binary | 1110110 | 110001 | 1011 | 0 | 111010 | 1011011 | 110110 | 10101 | 1010011 | 11001 |
Color Harmonies of #76310B
Complementary color
Monochromatic Colors of #76310B
Black with #76310B
Text Example
Text Example
White with #76310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76310B; }
p { color: rgb(118,49,11); }
H1.HeaderClassName
{
color: #76310B;
}
.AnyTagClassName
{
color: #76310B;
}
</style>
background-color css
<style>
a { background-color: #76310B; }
a { background-color: rgb(118,49,11); }
div.DivClassName
{
background-color: #76310B;
}
.BgClassName
{
background-color: #76310B;
}
</style>
border-color css
<style>
span { border-color: #76310B; }
span { border-color: rgb(118,49,11); }
td.TdClassName
{
border-color: #76310B;
}
.TagClassName
{
border-color: #76310B;
}
</style>