Shades of Peru Tan #762E0D
Tints of Peru Tan #762E0D
RGB
CMYK
RGB Variations
Color information
#762E0D (or 0x762E0D) is known color: Peru Tan. HEX triplet: 76, 2E and 0D. RGB value is (118,46,13). Sum of RGB (Red+Green+Blue) = 118+46+13=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #762E0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E0D is #89D1F2. Grayscale: #3F3F3F. Windows color (decimal): -9032179 or 863862. OLE color: 863862.
HSL color Cylindrical-coordinate representation of color #762E0D: hue angle of 18.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #762E0D is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 13 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.54 |
| HSL | 18.86º | 0.8% | 0.26% | - |
| HSV(B) | 18.86º | 0.89% | 0.46% | - |
| XYZ | 8.52 | 5.83 | 1.06 | - |
| YUV | 63.77 | 99.35 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 13 | 0 | 0.61 | 0.89 | 0.54 | 18.86 | 0.8 | 0.26 |
| Hex | 76 | 2E | D | 0 | 3D | 59 | 36 | 13 | 50 | 1A |
| Octal | 166 | 56 | 15 | 0 | 75 | 131 | 66 | 23 | 120 | 32 |
| Binary | 1110110 | 101110 | 1101 | 0 | 111101 | 1011001 | 110110 | 10011 | 1010000 | 11010 |
Color Harmonies of #762E0D
Complementary color
Monochromatic Colors of #762E0D
Black with #762E0D
Text Example
Text Example
White with #762E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E0D; }
p { color: rgb(118,46,13); }
H1.HeaderClassName
{
color: #762E0D;
}
.AnyTagClassName
{
color: #762E0D;
}
</style>
background-color css
<style>
a { background-color: #762E0D; }
a { background-color: rgb(118,46,13); }
div.DivClassName
{
background-color: #762E0D;
}
.BgClassName
{
background-color: #762E0D;
}
</style>
border-color css
<style>
span { border-color: #762E0D; }
span { border-color: rgb(118,46,13); }
td.TdClassName
{
border-color: #762E0D;
}
.TagClassName
{
border-color: #762E0D;
}
</style>