Shades of Peru Tan #762C12
Tints of Peru Tan #762C12
RGB
CMYK
RGB Variations
Color information
#762C12 (or 0x762C12) is known color: Peru Tan. HEX triplet: 76, 2C and 12. RGB value is (118,44,18). Sum of RGB (Red+Green+Blue) = 118+44+18=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #762C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C12 is #89D3ED. Grayscale: #3F3F3F. Windows color (decimal): -9032686 or 1191030. OLE color: 1191030.
HSL color Cylindrical-coordinate representation of color #762C12: hue angle of 15.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #762C12 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 18 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.54 |
| HSL | 15.6º | 0.74% | 0.27% | - |
| HSV(B) | 15.6º | 0.85% | 0.46% | - |
| XYZ | 8.48 | 5.7 | 1.22 | - |
| YUV | 63.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 18 | 0 | 0.63 | 0.85 | 0.54 | 15.6 | 0.74 | 0.27 |
| Hex | 76 | 2C | 12 | 0 | 3F | 55 | 36 | 10 | 4A | 1B |
| Octal | 166 | 54 | 22 | 0 | 77 | 125 | 66 | 20 | 112 | 33 |
| Binary | 1110110 | 101100 | 10010 | 0 | 111111 | 1010101 | 110110 | 10000 | 1001010 | 11011 |
Color Harmonies of #762C12
Complementary color
Monochromatic Colors of #762C12
Black with #762C12
Text Example
Text Example
White with #762C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C12; }
p { color: rgb(118,44,18); }
H1.HeaderClassName
{
color: #762C12;
}
.AnyTagClassName
{
color: #762C12;
}
</style>
background-color css
<style>
a { background-color: #762C12; }
a { background-color: rgb(118,44,18); }
div.DivClassName
{
background-color: #762C12;
}
.BgClassName
{
background-color: #762C12;
}
</style>
border-color css
<style>
span { border-color: #762C12; }
span { border-color: rgb(118,44,18); }
td.TdClassName
{
border-color: #762C12;
}
.TagClassName
{
border-color: #762C12;
}
</style>