Shades of Peru Tan #763A1D
Tints of Peru Tan #763A1D
RGB
CMYK
RGB Variations
Color information
#763A1D (or 0x763A1D) is known color: Peru Tan. HEX triplet: 76, 3A and 1D. RGB value is (118,58,29). Sum of RGB (Red+Green+Blue) = 118+58+29=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #763A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A1D is #89C5E2. Grayscale: #484848. Windows color (decimal): -9029091 or 1915510. OLE color: 1915510.
HSL color Cylindrical-coordinate representation of color #763A1D: hue angle of 19.55º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #763A1D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 29 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.54 |
| HSL | 19.55º | 0.61% | 0.29% | - |
| HSV(B) | 19.55º | 0.75% | 0.46% | - |
| XYZ | 9.21 | 6.97 | 2.02 | - |
| YUV | 72.63 | 103.38 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 29 | 0 | 0.51 | 0.75 | 0.54 | 19.55 | 0.61 | 0.29 |
| Hex | 76 | 3A | 1D | 0 | 33 | 4B | 36 | 14 | 3D | 1D |
| Octal | 166 | 72 | 35 | 0 | 63 | 113 | 66 | 24 | 75 | 35 |
| Binary | 1110110 | 111010 | 11101 | 0 | 110011 | 1001011 | 110110 | 10100 | 111101 | 11101 |
Color Harmonies of #763A1D
Complementary color
Monochromatic Colors of #763A1D
Black with #763A1D
Text Example
Text Example
White with #763A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A1D; }
p { color: rgb(118,58,29); }
H1.HeaderClassName
{
color: #763A1D;
}
.AnyTagClassName
{
color: #763A1D;
}
</style>
background-color css
<style>
a { background-color: #763A1D; }
a { background-color: rgb(118,58,29); }
div.DivClassName
{
background-color: #763A1D;
}
.BgClassName
{
background-color: #763A1D;
}
</style>
border-color css
<style>
span { border-color: #763A1D; }
span { border-color: rgb(118,58,29); }
td.TdClassName
{
border-color: #763A1D;
}
.TagClassName
{
border-color: #763A1D;
}
</style>