Shades of Peru Tan #762A07
Tints of Peru Tan #762A07
RGB
CMYK
RGB Variations
Color information
#762A07 (or 0x762A07) is known color: Peru Tan. HEX triplet: 76, 2A and 07. RGB value is (118,42,7). Sum of RGB (Red+Green+Blue) = 118+42+7=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #762A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A07 is #89D5F8. Grayscale: #3C3C3C. Windows color (decimal): -9033209 or 469622. OLE color: 469622.
HSL color Cylindrical-coordinate representation of color #762A07: hue angle of 18.92º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #762A07 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 7 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.54 |
| HSL | 18.92º | 0.89% | 0.25% | - |
| HSV(B) | 18.92º | 0.94% | 0.46% | - |
| XYZ | 8.34 | 5.52 | 0.83 | - |
| YUV | 60.73 | 97.68 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 7 | 0 | 0.64 | 0.94 | 0.54 | 18.92 | 0.89 | 0.25 |
| Hex | 76 | 2A | 7 | 0 | 40 | 5E | 36 | 13 | 59 | 19 |
| Octal | 166 | 52 | 7 | 0 | 100 | 136 | 66 | 23 | 131 | 31 |
| Binary | 1110110 | 101010 | 111 | 0 | 1000000 | 1011110 | 110110 | 10011 | 1011001 | 11001 |
Color Harmonies of #762A07
Complementary color
Monochromatic Colors of #762A07
Black with #762A07
Text Example
Text Example
White with #762A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A07; }
p { color: rgb(118,42,7); }
H1.HeaderClassName
{
color: #762A07;
}
.AnyTagClassName
{
color: #762A07;
}
</style>
background-color css
<style>
a { background-color: #762A07; }
a { background-color: rgb(118,42,7); }
div.DivClassName
{
background-color: #762A07;
}
.BgClassName
{
background-color: #762A07;
}
</style>
border-color css
<style>
span { border-color: #762A07; }
span { border-color: rgb(118,42,7); }
td.TdClassName
{
border-color: #762A07;
}
.TagClassName
{
border-color: #762A07;
}
</style>