Shades of Peru Tan #762C10
Tints of Peru Tan #762C10
RGB
CMYK
RGB Variations
Color information
#762C10 (or 0x762C10) is known color: Peru Tan. HEX triplet: 76, 2C and 10. RGB value is (118,44,16). Sum of RGB (Red+Green+Blue) = 118+44+16=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #762C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C10 is #89D3EF. Grayscale: #3F3F3F. Windows color (decimal): -9032688 or 1059958. OLE color: 1059958.
HSL color Cylindrical-coordinate representation of color #762C10: hue angle of 16.47º degrees, saturation: 0.76, 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 #762C10 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 16 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.54 |
| HSL | 16.47º | 0.76% | 0.26% | - |
| HSV(B) | 16.47º | 0.86% | 0.46% | - |
| XYZ | 8.47 | 5.69 | 1.14 | - |
| YUV | 62.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 16 | 0 | 0.63 | 0.86 | 0.54 | 16.47 | 0.76 | 0.26 |
| Hex | 76 | 2C | 10 | 0 | 3F | 56 | 36 | 10 | 4C | 1A |
| Octal | 166 | 54 | 20 | 0 | 77 | 126 | 66 | 20 | 114 | 32 |
| Binary | 1110110 | 101100 | 10000 | 0 | 111111 | 1010110 | 110110 | 10000 | 1001100 | 11010 |
Color Harmonies of #762C10
Complementary color
Monochromatic Colors of #762C10
Black with #762C10
Text Example
Text Example
White with #762C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C10; }
p { color: rgb(118,44,16); }
H1.HeaderClassName
{
color: #762C10;
}
.AnyTagClassName
{
color: #762C10;
}
</style>
background-color css
<style>
a { background-color: #762C10; }
a { background-color: rgb(118,44,16); }
div.DivClassName
{
background-color: #762C10;
}
.BgClassName
{
background-color: #762C10;
}
</style>
border-color css
<style>
span { border-color: #762C10; }
span { border-color: rgb(118,44,16); }
td.TdClassName
{
border-color: #762C10;
}
.TagClassName
{
border-color: #762C10;
}
</style>