Shades of Peru Tan #762C0F
Tints of Peru Tan #762C0F
RGB
CMYK
RGB Variations
Color information
#762C0F (or 0x762C0F) is known color: Peru Tan. HEX triplet: 76, 2C and 0F. RGB value is (118,44,15). Sum of RGB (Red+Green+Blue) = 118+44+15=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #762C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C0F is #89D3F0. Grayscale: #3F3F3F. Windows color (decimal): -9032689 or 994422. OLE color: 994422.
HSL color Cylindrical-coordinate representation of color #762C0F: hue angle of 16.89º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #762C0F is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 15 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.54 |
| HSL | 16.89º | 0.77% | 0.26% | - |
| HSV(B) | 16.89º | 0.87% | 0.46% | - |
| XYZ | 8.46 | 5.69 | 1.1 | - |
| YUV | 62.82 | 101.02 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 15 | 0 | 0.63 | 0.87 | 0.54 | 16.89 | 0.77 | 0.26 |
| Hex | 76 | 2C | F | 0 | 3F | 57 | 36 | 11 | 4D | 1A |
| Octal | 166 | 54 | 17 | 0 | 77 | 127 | 66 | 21 | 115 | 32 |
| Binary | 1110110 | 101100 | 1111 | 0 | 111111 | 1010111 | 110110 | 10001 | 1001101 | 11010 |
Color Harmonies of #762C0F
Complementary color
Monochromatic Colors of #762C0F
Black with #762C0F
Text Example
Text Example
White with #762C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C0F; }
p { color: rgb(118,44,15); }
H1.HeaderClassName
{
color: #762C0F;
}
.AnyTagClassName
{
color: #762C0F;
}
</style>
background-color css
<style>
a { background-color: #762C0F; }
a { background-color: rgb(118,44,15); }
div.DivClassName
{
background-color: #762C0F;
}
.BgClassName
{
background-color: #762C0F;
}
</style>
border-color css
<style>
span { border-color: #762C0F; }
span { border-color: rgb(118,44,15); }
td.TdClassName
{
border-color: #762C0F;
}
.TagClassName
{
border-color: #762C0F;
}
</style>