Shades of Peru Tan #762E0B
Tints of Peru Tan #762E0B
RGB
CMYK
RGB Variations
Color information
#762E0B (or 0x762E0B) is known color: Peru Tan. HEX triplet: 76, 2E and 0B. RGB value is (118,46,11). Sum of RGB (Red+Green+Blue) = 118+46+11=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E0B is #89D1F4. Grayscale: #3F3F3F. Windows color (decimal): -9032181 or 732790. OLE color: 732790.
HSL color Cylindrical-coordinate representation of color #762E0B: hue angle of 19.63º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #762E0B is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 11 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.54 |
| HSL | 19.63º | 0.83% | 0.25% | - |
| HSV(B) | 19.63º | 0.91% | 0.46% | - |
| XYZ | 8.51 | 5.83 | 0.99 | - |
| YUV | 63.54 | 98.35 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 11 | 0 | 0.61 | 0.91 | 0.54 | 19.63 | 0.83 | 0.25 |
| Hex | 76 | 2E | B | 0 | 3D | 5B | 36 | 14 | 53 | 19 |
| Octal | 166 | 56 | 13 | 0 | 75 | 133 | 66 | 24 | 123 | 31 |
| Binary | 1110110 | 101110 | 1011 | 0 | 111101 | 1011011 | 110110 | 10100 | 1010011 | 11001 |
Color Harmonies of #762E0B
Complementary color
Monochromatic Colors of #762E0B
Black with #762E0B
Text Example
Text Example
White with #762E0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E0B; }
p { color: rgb(118,46,11); }
H1.HeaderClassName
{
color: #762E0B;
}
.AnyTagClassName
{
color: #762E0B;
}
</style>
background-color css
<style>
a { background-color: #762E0B; }
a { background-color: rgb(118,46,11); }
div.DivClassName
{
background-color: #762E0B;
}
.BgClassName
{
background-color: #762E0B;
}
</style>
border-color css
<style>
span { border-color: #762E0B; }
span { border-color: rgb(118,46,11); }
td.TdClassName
{
border-color: #762E0B;
}
.TagClassName
{
border-color: #762E0B;
}
</style>