Shades of Peru Tan #763E1B
Tints of Peru Tan #763E1B
RGB
CMYK
RGB Variations
Color information
#763E1B (or 0x763E1B) is known color: Peru Tan. HEX triplet: 76, 3E and 1B. RGB value is (118,62,27). Sum of RGB (Red+Green+Blue) = 118+62+27=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #763E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E1B is #89C1E4. Grayscale: #4A4A4A. Windows color (decimal): -9028069 or 1785462. OLE color: 1785462.
HSL color Cylindrical-coordinate representation of color #763E1B: hue angle of 23.08º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #763E1B is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 27 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.54 |
| HSL | 23.08º | 0.63% | 0.28% | - |
| HSV(B) | 23.08º | 0.77% | 0.46% | - |
| XYZ | 9.39 | 7.38 | 1.97 | - |
| YUV | 74.75 | 101.05 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 27 | 0 | 0.47 | 0.77 | 0.54 | 23.08 | 0.63 | 0.28 |
| Hex | 76 | 3E | 1B | 0 | 2F | 4D | 36 | 17 | 3F | 1C |
| Octal | 166 | 76 | 33 | 0 | 57 | 115 | 66 | 27 | 77 | 34 |
| Binary | 1110110 | 111110 | 11011 | 0 | 101111 | 1001101 | 110110 | 10111 | 111111 | 11100 |
Color Harmonies of #763E1B
Complementary color
Monochromatic Colors of #763E1B
Black with #763E1B
Text Example
Text Example
White with #763E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E1B; }
p { color: rgb(118,62,27); }
H1.HeaderClassName
{
color: #763E1B;
}
.AnyTagClassName
{
color: #763E1B;
}
</style>
background-color css
<style>
a { background-color: #763E1B; }
a { background-color: rgb(118,62,27); }
div.DivClassName
{
background-color: #763E1B;
}
.BgClassName
{
background-color: #763E1B;
}
</style>
border-color css
<style>
span { border-color: #763E1B; }
span { border-color: rgb(118,62,27); }
td.TdClassName
{
border-color: #763E1B;
}
.TagClassName
{
border-color: #763E1B;
}
</style>