Shades of Peru Tan #763A1B
Tints of Peru Tan #763A1B
RGB
CMYK
RGB Variations
Color information
#763A1B (or 0x763A1B) is known color: Peru Tan. HEX triplet: 76, 3A and 1B. RGB value is (118,58,27). Sum of RGB (Red+Green+Blue) = 118+58+27=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #763A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A1B is #89C5E4. Grayscale: #484848. Windows color (decimal): -9029093 or 1784438. OLE color: 1784438.
HSL color Cylindrical-coordinate representation of color #763A1B: hue angle of 20.44º 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 #763A1B is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 27 | - |
| CMYK | 0 | 0.51 | 0.77 | 0.54 |
| HSL | 20.44º | 0.63% | 0.28% | - |
| HSV(B) | 20.44º | 0.77% | 0.46% | - |
| XYZ | 9.18 | 6.96 | 1.9 | - |
| YUV | 72.41 | 102.38 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 27 | 0 | 0.51 | 0.77 | 0.54 | 20.44 | 0.63 | 0.28 |
| Hex | 76 | 3A | 1B | 0 | 33 | 4D | 36 | 14 | 3F | 1C |
| Octal | 166 | 72 | 33 | 0 | 63 | 115 | 66 | 24 | 77 | 34 |
| Binary | 1110110 | 111010 | 11011 | 0 | 110011 | 1001101 | 110110 | 10100 | 111111 | 11100 |
Color Harmonies of #763A1B
Complementary color
Monochromatic Colors of #763A1B
Black with #763A1B
Text Example
Text Example
White with #763A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A1B; }
p { color: rgb(118,58,27); }
H1.HeaderClassName
{
color: #763A1B;
}
.AnyTagClassName
{
color: #763A1B;
}
</style>
background-color css
<style>
a { background-color: #763A1B; }
a { background-color: rgb(118,58,27); }
div.DivClassName
{
background-color: #763A1B;
}
.BgClassName
{
background-color: #763A1B;
}
</style>
border-color css
<style>
span { border-color: #763A1B; }
span { border-color: rgb(118,58,27); }
td.TdClassName
{
border-color: #763A1B;
}
.TagClassName
{
border-color: #763A1B;
}
</style>