Shades of Peru Tan #762F0E
Tints of Peru Tan #762F0E
RGB
CMYK
RGB Variations
Color information
#762F0E (or 0x762F0E) is known color: Peru Tan. HEX triplet: 76, 2F and 0E. RGB value is (118,47,14). Sum of RGB (Red+Green+Blue) = 118+47+14=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #762F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F0E is #89D0F1. Grayscale: #404040. Windows color (decimal): -9031922 or 929654. OLE color: 929654.
HSL color Cylindrical-coordinate representation of color #762F0E: hue angle of 19.04º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #762F0E is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 14 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.54 |
| HSL | 19.04º | 0.79% | 0.26% | - |
| HSV(B) | 19.04º | 0.88% | 0.46% | - |
| XYZ | 8.57 | 5.92 | 1.11 | - |
| YUV | 64.47 | 99.52 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 14 | 0 | 0.60 | 0.88 | 0.54 | 19.04 | 0.79 | 0.26 |
| Hex | 76 | 2F | E | 0 | 3C | 58 | 36 | 13 | 4F | 1A |
| Octal | 166 | 57 | 16 | 0 | 74 | 130 | 66 | 23 | 117 | 32 |
| Binary | 1110110 | 101111 | 1110 | 0 | 111100 | 1011000 | 110110 | 10011 | 1001111 | 11010 |
Color Harmonies of #762F0E
Complementary color
Monochromatic Colors of #762F0E
Black with #762F0E
Text Example
Text Example
White with #762F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F0E; }
p { color: rgb(118,47,14); }
H1.HeaderClassName
{
color: #762F0E;
}
.AnyTagClassName
{
color: #762F0E;
}
</style>
background-color css
<style>
a { background-color: #762F0E; }
a { background-color: rgb(118,47,14); }
div.DivClassName
{
background-color: #762F0E;
}
.BgClassName
{
background-color: #762F0E;
}
</style>
border-color css
<style>
span { border-color: #762F0E; }
span { border-color: rgb(118,47,14); }
td.TdClassName
{
border-color: #762F0E;
}
.TagClassName
{
border-color: #762F0E;
}
</style>