Shades of Peru Tan #762F07
Tints of Peru Tan #762F07
RGB
CMYK
RGB Variations
Color information
#762F07 (or 0x762F07) is known color: Peru Tan. HEX triplet: 76, 2F and 07. RGB value is (118,47,7). Sum of RGB (Red+Green+Blue) = 118+47+7=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #762F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F07 is #89D0F8. Grayscale: #3F3F3F. Windows color (decimal): -9031929 or 470902. OLE color: 470902.
HSL color Cylindrical-coordinate representation of color #762F07: hue angle of 21.62º 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 #762F07 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 7 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.54 |
| HSL | 21.62º | 0.89% | 0.25% | - |
| HSV(B) | 21.62º | 0.94% | 0.46% | - |
| XYZ | 8.53 | 5.9 | 0.89 | - |
| YUV | 63.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 7 | 0 | 0.60 | 0.94 | 0.54 | 21.62 | 0.89 | 0.25 |
| Hex | 76 | 2F | 7 | 0 | 3C | 5E | 36 | 16 | 59 | 19 |
| Octal | 166 | 57 | 7 | 0 | 74 | 136 | 66 | 26 | 131 | 31 |
| Binary | 1110110 | 101111 | 111 | 0 | 111100 | 1011110 | 110110 | 10110 | 1011001 | 11001 |
Color Harmonies of #762F07
Complementary color
Monochromatic Colors of #762F07
Black with #762F07
Text Example
Text Example
White with #762F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F07; }
p { color: rgb(118,47,7); }
H1.HeaderClassName
{
color: #762F07;
}
.AnyTagClassName
{
color: #762F07;
}
</style>
background-color css
<style>
a { background-color: #762F07; }
a { background-color: rgb(118,47,7); }
div.DivClassName
{
background-color: #762F07;
}
.BgClassName
{
background-color: #762F07;
}
</style>
border-color css
<style>
span { border-color: #762F07; }
span { border-color: rgb(118,47,7); }
td.TdClassName
{
border-color: #762F07;
}
.TagClassName
{
border-color: #762F07;
}
</style>