Shades of Peru Tan #763D10
Tints of Peru Tan #763D10
RGB
CMYK
RGB Variations
Color information
#763D10 (or 0x763D10) is known color: Peru Tan. HEX triplet: 76, 3D and 10. RGB value is (118,61,16). Sum of RGB (Red+Green+Blue) = 118+61+16=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #763D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D10 is #89C2EF. Grayscale: #494949. Windows color (decimal): -9028336 or 1064310. OLE color: 1064310.
HSL color Cylindrical-coordinate representation of color #763D10: hue angle of 26.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 #763D10 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 61 | 16 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.54 |
| HSL | 26.47º | 0.76% | 0.26% | - |
| HSV(B) | 26.47º | 0.86% | 0.46% | - |
| XYZ | 9.23 | 7.23 | 1.4 | - |
| YUV | 72.91 | 95.88 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 16 | 0 | 0.48 | 0.86 | 0.54 | 26.47 | 0.76 | 0.26 |
| Hex | 76 | 3D | 10 | 0 | 30 | 56 | 36 | 1A | 4C | 1A |
| Octal | 166 | 75 | 20 | 0 | 60 | 126 | 66 | 32 | 114 | 32 |
| Binary | 1110110 | 111101 | 10000 | 0 | 110000 | 1010110 | 110110 | 11010 | 1001100 | 11010 |
Color Harmonies of #763D10
Complementary color
Monochromatic Colors of #763D10
Black with #763D10
Text Example
Text Example
White with #763D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763D10; }
p { color: rgb(118,61,16); }
H1.HeaderClassName
{
color: #763D10;
}
.AnyTagClassName
{
color: #763D10;
}
</style>
background-color css
<style>
a { background-color: #763D10; }
a { background-color: rgb(118,61,16); }
div.DivClassName
{
background-color: #763D10;
}
.BgClassName
{
background-color: #763D10;
}
</style>
border-color css
<style>
span { border-color: #763D10; }
span { border-color: rgb(118,61,16); }
td.TdClassName
{
border-color: #763D10;
}
.TagClassName
{
border-color: #763D10;
}
</style>