Shades of Peru Tan #762705
Tints of Peru Tan #762705
RGB
CMYK
RGB Variations
Color information
#762705 (or 0x762705) is known color: Peru Tan. HEX triplet: 76, 27 and 05. RGB value is (118,39,5). Sum of RGB (Red+Green+Blue) = 118+39+5=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #762705 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762705 is #89D8FA. Grayscale: #3A3A3A. Windows color (decimal): -9033979 or 337782. OLE color: 337782.
HSL color Cylindrical-coordinate representation of color #762705: hue angle of 18.05º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #762705 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 5 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.54 |
| HSL | 18.05º | 0.92% | 0.24% | - |
| HSV(B) | 18.05º | 0.96% | 0.46% | - |
| XYZ | 8.22 | 5.31 | 0.74 | - |
| YUV | 58.75 | 97.67 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 5 | 0 | 0.67 | 0.96 | 0.54 | 18.05 | 0.92 | 0.24 |
| Hex | 76 | 27 | 5 | 0 | 43 | 60 | 36 | 12 | 5C | 18 |
| Octal | 166 | 47 | 5 | 0 | 103 | 140 | 66 | 22 | 134 | 30 |
| Binary | 1110110 | 100111 | 101 | 0 | 1000011 | 1100000 | 110110 | 10010 | 1011100 | 11000 |
Color Harmonies of #762705
Complementary color
Monochromatic Colors of #762705
Black with #762705
Text Example
Text Example
White with #762705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762705; }
p { color: rgb(118,39,5); }
H1.HeaderClassName
{
color: #762705;
}
.AnyTagClassName
{
color: #762705;
}
</style>
background-color css
<style>
a { background-color: #762705; }
a { background-color: rgb(118,39,5); }
div.DivClassName
{
background-color: #762705;
}
.BgClassName
{
background-color: #762705;
}
</style>
border-color css
<style>
span { border-color: #762705; }
span { border-color: rgb(118,39,5); }
td.TdClassName
{
border-color: #762705;
}
.TagClassName
{
border-color: #762705;
}
</style>