Shades of Peru Tan #763B12
Tints of Peru Tan #763B12
RGB
CMYK
RGB Variations
Color information
#763B12 (or 0x763B12) is known color: Peru Tan. HEX triplet: 76, 3B and 12. RGB value is (118,59,18). Sum of RGB (Red+Green+Blue) = 118+59+18=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #763B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763B12 is #89C4ED. Grayscale: #484848. Windows color (decimal): -9028846 or 1194870. OLE color: 1194870.
HSL color Cylindrical-coordinate representation of color #763B12: hue angle of 24.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #763B12 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 18 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.54 |
| HSL | 24.6º | 0.74% | 0.27% | - |
| HSV(B) | 24.6º | 0.85% | 0.46% | - |
| XYZ | 9.14 | 7.02 | 1.45 | - |
| YUV | 71.97 | 97.55 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 18 | 0 | 0.50 | 0.85 | 0.54 | 24.6 | 0.74 | 0.27 |
| Hex | 76 | 3B | 12 | 0 | 32 | 55 | 36 | 19 | 4A | 1B |
| Octal | 166 | 73 | 22 | 0 | 62 | 125 | 66 | 31 | 112 | 33 |
| Binary | 1110110 | 111011 | 10010 | 0 | 110010 | 1010101 | 110110 | 11001 | 1001010 | 11011 |
Color Harmonies of #763B12
Complementary color
Monochromatic Colors of #763B12
Black with #763B12
Text Example
Text Example
White with #763B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B12; }
p { color: rgb(118,59,18); }
H1.HeaderClassName
{
color: #763B12;
}
.AnyTagClassName
{
color: #763B12;
}
</style>
background-color css
<style>
a { background-color: #763B12; }
a { background-color: rgb(118,59,18); }
div.DivClassName
{
background-color: #763B12;
}
.BgClassName
{
background-color: #763B12;
}
</style>
border-color css
<style>
span { border-color: #763B12; }
span { border-color: rgb(118,59,18); }
td.TdClassName
{
border-color: #763B12;
}
.TagClassName
{
border-color: #763B12;
}
</style>