Shades of Peru Tan #762D00
Tints of Peru Tan #762D00
RGB
CMYK
RGB Variations
Color information
#762D00 (or 0x762D00) is known color: Peru Tan. HEX triplet: 76, 2D and 00. RGB value is (118,45,0). Sum of RGB (Red+Green+Blue) = 118+45+0=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #762D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D00 is #89D2FF. Grayscale: #3D3D3D. Windows color (decimal): -9032448 or 11638. OLE color: 11638.
HSL color Cylindrical-coordinate representation of color #762D00: hue angle of 22.88º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #762D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 45 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.54 |
| HSL | 22.88º | 1% | 0.23% | - |
| HSV(B) | 22.88º | 1% | 0.46% | - |
| XYZ | 8.41 | 5.73 | 0.66 | - |
| YUV | 61.7 | 93.18 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 0 | 0 | 0.62 | 1 | 0.54 | 22.88 | 1 | 0.23 |
| Hex | 76 | 2D | 0 | 0 | 3E | 64 | 36 | 17 | 64 | 17 |
| Octal | 166 | 55 | 0 | 0 | 76 | 144 | 66 | 27 | 144 | 27 |
| Binary | 1110110 | 101101 | 0 | 0 | 111110 | 1100100 | 110110 | 10111 | 1100100 | 10111 |
Color Harmonies of #762D00
Complementary color
Monochromatic Colors of #762D00
Black with #762D00
Text Example
Text Example
White with #762D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D00; }
p { color: rgb(118,45,0); }
H1.HeaderClassName
{
color: #762D00;
}
.AnyTagClassName
{
color: #762D00;
}
</style>
background-color css
<style>
a { background-color: #762D00; }
a { background-color: rgb(118,45,0); }
div.DivClassName
{
background-color: #762D00;
}
.BgClassName
{
background-color: #762D00;
}
</style>
border-color css
<style>
span { border-color: #762D00; }
span { border-color: rgb(118,45,0); }
td.TdClassName
{
border-color: #762D00;
}
.TagClassName
{
border-color: #762D00;
}
</style>