Shades of Peru Tan #762B0B
Tints of Peru Tan #762B0B
RGB
CMYK
RGB Variations
Color information
#762B0B (or 0x762B0B) is known color: Peru Tan. HEX triplet: 76, 2B and 0B. RGB value is (118,43,11). Sum of RGB (Red+Green+Blue) = 118+43+11=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 11 (4.69% from 255 or 6.40% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #762B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762B0B is #89D4F4. Grayscale: #3D3D3D. Windows color (decimal): -9032949 or 732022. OLE color: 732022.
HSL color Cylindrical-coordinate representation of color #762B0B: hue angle of 17.94º 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 #762B0B is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 11 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.54 |
| HSL | 17.94º | 0.83% | 0.25% | - |
| HSV(B) | 17.94º | 0.91% | 0.46% | - |
| XYZ | 8.4 | 5.6 | 0.96 | - |
| YUV | 61.78 | 99.35 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 11 | 0 | 0.64 | 0.91 | 0.54 | 17.94 | 0.83 | 0.25 |
| Hex | 76 | 2B | B | 0 | 40 | 5B | 36 | 12 | 53 | 19 |
| Octal | 166 | 53 | 13 | 0 | 100 | 133 | 66 | 22 | 123 | 31 |
| Binary | 1110110 | 101011 | 1011 | 0 | 1000000 | 1011011 | 110110 | 10010 | 1010011 | 11001 |
Color Harmonies of #762B0B
Complementary color
Monochromatic Colors of #762B0B
Black with #762B0B
Text Example
Text Example
White with #762B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B0B; }
p { color: rgb(118,43,11); }
H1.HeaderClassName
{
color: #762B0B;
}
.AnyTagClassName
{
color: #762B0B;
}
</style>
background-color css
<style>
a { background-color: #762B0B; }
a { background-color: rgb(118,43,11); }
div.DivClassName
{
background-color: #762B0B;
}
.BgClassName
{
background-color: #762B0B;
}
</style>
border-color css
<style>
span { border-color: #762B0B; }
span { border-color: rgb(118,43,11); }
td.TdClassName
{
border-color: #762B0B;
}
.TagClassName
{
border-color: #762B0B;
}
</style>