Shades of Peru Tan #763C0F
Tints of Peru Tan #763C0F
RGB
CMYK
RGB Variations
Color information
#763C0F (or 0x763C0F) is known color: Peru Tan. HEX triplet: 76, 3C and 0F. RGB value is (118,60,15). Sum of RGB (Red+Green+Blue) = 118+60+15=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #763C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C0F is #89C3F0. Grayscale: #484848. Windows color (decimal): -9028593 or 998518. OLE color: 998518.
HSL color Cylindrical-coordinate representation of color #763C0F: hue angle of 26.21º 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 #763C0F is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 15 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.54 |
| HSL | 26.21º | 0.77% | 0.26% | - |
| HSV(B) | 26.21º | 0.87% | 0.46% | - |
| XYZ | 9.17 | 7.12 | 1.34 | - |
| YUV | 72.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 15 | 0 | 0.49 | 0.87 | 0.54 | 26.21 | 0.77 | 0.26 |
| Hex | 76 | 3C | F | 0 | 31 | 57 | 36 | 1A | 4D | 1A |
| Octal | 166 | 74 | 17 | 0 | 61 | 127 | 66 | 32 | 115 | 32 |
| Binary | 1110110 | 111100 | 1111 | 0 | 110001 | 1010111 | 110110 | 11010 | 1001101 | 11010 |
Color Harmonies of #763C0F
Complementary color
Monochromatic Colors of #763C0F
Black with #763C0F
Text Example
Text Example
White with #763C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C0F; }
p { color: rgb(118,60,15); }
H1.HeaderClassName
{
color: #763C0F;
}
.AnyTagClassName
{
color: #763C0F;
}
</style>
background-color css
<style>
a { background-color: #763C0F; }
a { background-color: rgb(118,60,15); }
div.DivClassName
{
background-color: #763C0F;
}
.BgClassName
{
background-color: #763C0F;
}
</style>
border-color css
<style>
span { border-color: #763C0F; }
span { border-color: rgb(118,60,15); }
td.TdClassName
{
border-color: #763C0F;
}
.TagClassName
{
border-color: #763C0F;
}
</style>