Shades of Peru Tan #762C11
Tints of Peru Tan #762C11
RGB
CMYK
RGB Variations
Color information
#762C11 (or 0x762C11) is known color: Peru Tan. HEX triplet: 76, 2C and 11. RGB value is (118,44,17). Sum of RGB (Red+Green+Blue) = 118+44+17=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #762C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C11 is #89D3EE. Grayscale: #3F3F3F. Windows color (decimal): -9032687 or 1125494. OLE color: 1125494.
HSL color Cylindrical-coordinate representation of color #762C11: hue angle of 16.04º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762C11 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 17 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.54 |
| HSL | 16.04º | 0.75% | 0.26% | - |
| HSV(B) | 16.04º | 0.86% | 0.46% | - |
| XYZ | 8.47 | 5.69 | 1.18 | - |
| YUV | 63.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 17 | 0 | 0.63 | 0.86 | 0.54 | 16.04 | 0.75 | 0.26 |
| Hex | 76 | 2C | 11 | 0 | 3F | 56 | 36 | 10 | 4B | 1A |
| Octal | 166 | 54 | 21 | 0 | 77 | 126 | 66 | 20 | 113 | 32 |
| Binary | 1110110 | 101100 | 10001 | 0 | 111111 | 1010110 | 110110 | 10000 | 1001011 | 11010 |
Color Harmonies of #762C11
Complementary color
Monochromatic Colors of #762C11
Black with #762C11
Text Example
Text Example
White with #762C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C11; }
p { color: rgb(118,44,17); }
H1.HeaderClassName
{
color: #762C11;
}
.AnyTagClassName
{
color: #762C11;
}
</style>
background-color css
<style>
a { background-color: #762C11; }
a { background-color: rgb(118,44,17); }
div.DivClassName
{
background-color: #762C11;
}
.BgClassName
{
background-color: #762C11;
}
</style>
border-color css
<style>
span { border-color: #762C11; }
span { border-color: rgb(118,44,17); }
td.TdClassName
{
border-color: #762C11;
}
.TagClassName
{
border-color: #762C11;
}
</style>