Shades of Peru Tan #762F0B
Tints of Peru Tan #762F0B
RGB
CMYK
RGB Variations
Color information
#762F0B (or 0x762F0B) is known color: Peru Tan. HEX triplet: 76, 2F and 0B. RGB value is (118,47,11). Sum of RGB (Red+Green+Blue) = 118+47+11=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #762F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F0B is #89D0F4. Grayscale: #404040. Windows color (decimal): -9031925 or 733046. OLE color: 733046.
HSL color Cylindrical-coordinate representation of color #762F0B: hue angle of 20.19º 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 #762F0B is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 11 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.54 |
| HSL | 20.19º | 0.83% | 0.25% | - |
| HSV(B) | 20.19º | 0.91% | 0.46% | - |
| XYZ | 8.55 | 5.91 | 1.01 | - |
| YUV | 64.13 | 98.02 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 11 | 0 | 0.60 | 0.91 | 0.54 | 20.19 | 0.83 | 0.25 |
| Hex | 76 | 2F | B | 0 | 3C | 5B | 36 | 14 | 53 | 19 |
| Octal | 166 | 57 | 13 | 0 | 74 | 133 | 66 | 24 | 123 | 31 |
| Binary | 1110110 | 101111 | 1011 | 0 | 111100 | 1011011 | 110110 | 10100 | 1010011 | 11001 |
Color Harmonies of #762F0B
Complementary color
Monochromatic Colors of #762F0B
Black with #762F0B
Text Example
Text Example
White with #762F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F0B; }
p { color: rgb(118,47,11); }
H1.HeaderClassName
{
color: #762F0B;
}
.AnyTagClassName
{
color: #762F0B;
}
</style>
background-color css
<style>
a { background-color: #762F0B; }
a { background-color: rgb(118,47,11); }
div.DivClassName
{
background-color: #762F0B;
}
.BgClassName
{
background-color: #762F0B;
}
</style>
border-color css
<style>
span { border-color: #762F0B; }
span { border-color: rgb(118,47,11); }
td.TdClassName
{
border-color: #762F0B;
}
.TagClassName
{
border-color: #762F0B;
}
</style>