Shades of Peru Tan #762C00
Tints of Peru Tan #762C00
RGB
CMYK
RGB Variations
Color information
#762C00 (or 0x762C00) is known color: Peru Tan. HEX triplet: 76, 2C and 00. RGB value is (118,44,0). Sum of RGB (Red+Green+Blue) = 118+44+0=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #762C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C00 is #89D3FF. Grayscale: #3D3D3D. Windows color (decimal): -9032704 or 11382. OLE color: 11382.
HSL color Cylindrical-coordinate representation of color #762C00: hue angle of 22.37º 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 #762C00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.54 |
| HSL | 22.37º | 1% | 0.23% | - |
| HSV(B) | 22.37º | 1% | 0.46% | - |
| XYZ | 8.37 | 5.65 | 0.65 | - |
| YUV | 61.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 0 | 0 | 0.63 | 1 | 0.54 | 22.37 | 1 | 0.23 |
| Hex | 76 | 2C | 0 | 0 | 3F | 64 | 36 | 16 | 64 | 17 |
| Octal | 166 | 54 | 0 | 0 | 77 | 144 | 66 | 26 | 144 | 27 |
| Binary | 1110110 | 101100 | 0 | 0 | 111111 | 1100100 | 110110 | 10110 | 1100100 | 10111 |
Color Harmonies of #762C00
Complementary color
Monochromatic Colors of #762C00
Black with #762C00
Text Example
Text Example
White with #762C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C00; }
p { color: rgb(118,44,0); }
H1.HeaderClassName
{
color: #762C00;
}
.AnyTagClassName
{
color: #762C00;
}
</style>
background-color css
<style>
a { background-color: #762C00; }
a { background-color: rgb(118,44,0); }
div.DivClassName
{
background-color: #762C00;
}
.BgClassName
{
background-color: #762C00;
}
</style>
border-color css
<style>
span { border-color: #762C00; }
span { border-color: rgb(118,44,0); }
td.TdClassName
{
border-color: #762C00;
}
.TagClassName
{
border-color: #762C00;
}
</style>