Shades of Peru Tan #762F04
Tints of Peru Tan #762F04
RGB
CMYK
RGB Variations
Color information
#762F04 (or 0x762F04) is known color: Peru Tan. HEX triplet: 76, 2F and 04. RGB value is (118,47,4). Sum of RGB (Red+Green+Blue) = 118+47+4=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #762F04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F04 is #89D0FB. Grayscale: #3F3F3F. Windows color (decimal): -9031932 or 274294. OLE color: 274294.
HSL color Cylindrical-coordinate representation of color #762F04: hue angle of 22.63º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #762F04 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 4 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.54 |
| HSL | 22.63º | 0.93% | 0.24% | - |
| HSV(B) | 22.63º | 0.97% | 0.46% | - |
| XYZ | 8.51 | 5.89 | 0.8 | - |
| YUV | 63.33 | 94.52 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 4 | 0 | 0.60 | 0.97 | 0.54 | 22.63 | 0.93 | 0.24 |
| Hex | 76 | 2F | 4 | 0 | 3C | 61 | 36 | 17 | 5D | 18 |
| Octal | 166 | 57 | 4 | 0 | 74 | 141 | 66 | 27 | 135 | 30 |
| Binary | 1110110 | 101111 | 100 | 0 | 111100 | 1100001 | 110110 | 10111 | 1011101 | 11000 |
Color Harmonies of #762F04
Complementary color
Monochromatic Colors of #762F04
Black with #762F04
Text Example
Text Example
White with #762F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F04; }
p { color: rgb(118,47,4); }
H1.HeaderClassName
{
color: #762F04;
}
.AnyTagClassName
{
color: #762F04;
}
</style>
background-color css
<style>
a { background-color: #762F04; }
a { background-color: rgb(118,47,4); }
div.DivClassName
{
background-color: #762F04;
}
.BgClassName
{
background-color: #762F04;
}
</style>
border-color css
<style>
span { border-color: #762F04; }
span { border-color: rgb(118,47,4); }
td.TdClassName
{
border-color: #762F04;
}
.TagClassName
{
border-color: #762F04;
}
</style>