Shades of Peru Tan #763E1D
Tints of Peru Tan #763E1D
RGB
CMYK
RGB Variations
Color information
#763E1D (or 0x763E1D) is known color: Peru Tan. HEX triplet: 76, 3E and 1D. RGB value is (118,62,29). Sum of RGB (Red+Green+Blue) = 118+62+29=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E1D is #89C1E2. Grayscale: #4B4B4B. Windows color (decimal): -9028067 or 1916534. OLE color: 1916534.
HSL color Cylindrical-coordinate representation of color #763E1D: hue angle of 22.25º 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 #763E1D is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 29 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.54 |
| HSL | 22.25º | 0.61% | 0.29% | - |
| HSV(B) | 22.25º | 0.75% | 0.46% | - |
| XYZ | 9.42 | 7.39 | 2.09 | - |
| YUV | 74.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 29 | 0 | 0.47 | 0.75 | 0.54 | 22.25 | 0.61 | 0.29 |
| Hex | 76 | 3E | 1D | 0 | 2F | 4B | 36 | 16 | 3D | 1D |
| Octal | 166 | 76 | 35 | 0 | 57 | 113 | 66 | 26 | 75 | 35 |
| Binary | 1110110 | 111110 | 11101 | 0 | 101111 | 1001011 | 110110 | 10110 | 111101 | 11101 |
Color Harmonies of #763E1D
Complementary color
Monochromatic Colors of #763E1D
Black with #763E1D
Text Example
Text Example
White with #763E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E1D; }
p { color: rgb(118,62,29); }
H1.HeaderClassName
{
color: #763E1D;
}
.AnyTagClassName
{
color: #763E1D;
}
</style>
background-color css
<style>
a { background-color: #763E1D; }
a { background-color: rgb(118,62,29); }
div.DivClassName
{
background-color: #763E1D;
}
.BgClassName
{
background-color: #763E1D;
}
</style>
border-color css
<style>
span { border-color: #763E1D; }
span { border-color: rgb(118,62,29); }
td.TdClassName
{
border-color: #763E1D;
}
.TagClassName
{
border-color: #763E1D;
}
</style>