Shades of Peru Tan #763E1A
Tints of Peru Tan #763E1A
RGB
CMYK
RGB Variations
Color information
#763E1A (or 0x763E1A) is known color: Peru Tan. HEX triplet: 76, 3E and 1A. RGB value is (118,62,26). Sum of RGB (Red+Green+Blue) = 118+62+26=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #763E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E1A is #89C1E5. Grayscale: #4A4A4A. Windows color (decimal): -9028070 or 1719926. OLE color: 1719926.
HSL color Cylindrical-coordinate representation of color #763E1A: hue angle of 23.48º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #763E1A is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 26 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.54 |
| HSL | 23.48º | 0.64% | 0.28% | - |
| HSV(B) | 23.48º | 0.78% | 0.46% | - |
| XYZ | 9.38 | 7.37 | 1.91 | - |
| YUV | 74.64 | 100.55 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 26 | 0 | 0.47 | 0.78 | 0.54 | 23.48 | 0.64 | 0.28 |
| Hex | 76 | 3E | 1A | 0 | 2F | 4E | 36 | 17 | 40 | 1C |
| Octal | 166 | 76 | 32 | 0 | 57 | 116 | 66 | 27 | 100 | 34 |
| Binary | 1110110 | 111110 | 11010 | 0 | 101111 | 1001110 | 110110 | 10111 | 1000000 | 11100 |
Color Harmonies of #763E1A
Complementary color
Monochromatic Colors of #763E1A
Black with #763E1A
Text Example
Text Example
White with #763E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E1A; }
p { color: rgb(118,62,26); }
H1.HeaderClassName
{
color: #763E1A;
}
.AnyTagClassName
{
color: #763E1A;
}
</style>
background-color css
<style>
a { background-color: #763E1A; }
a { background-color: rgb(118,62,26); }
div.DivClassName
{
background-color: #763E1A;
}
.BgClassName
{
background-color: #763E1A;
}
</style>
border-color css
<style>
span { border-color: #763E1A; }
span { border-color: rgb(118,62,26); }
td.TdClassName
{
border-color: #763E1A;
}
.TagClassName
{
border-color: #763E1A;
}
</style>