Shades of Peru Tan #763E1F
Tints of Peru Tan #763E1F
RGB
CMYK
RGB Variations
Color information
#763E1F (or 0x763E1F) is known color: Peru Tan. HEX triplet: 76, 3E and 1F. RGB value is (118,62,31). Sum of RGB (Red+Green+Blue) = 118+62+31=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 31 (12.5% from 255 or 14.69% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #763E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763E1F is #89C1E0. Grayscale: #4B4B4B. Windows color (decimal): -9028065 or 2047606. OLE color: 2047606.
HSL color Cylindrical-coordinate representation of color #763E1F: hue angle of 21.38º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #763E1F is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 31 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.54 |
| HSL | 21.38º | 0.58% | 0.29% | - |
| HSV(B) | 21.38º | 0.74% | 0.46% | - |
| XYZ | 9.44 | 7.4 | 2.23 | - |
| YUV | 75.21 | 103.05 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 31 | 0 | 0.47 | 0.74 | 0.54 | 21.38 | 0.58 | 0.29 |
| Hex | 76 | 3E | 1F | 0 | 2F | 4A | 36 | 15 | 3A | 1D |
| Octal | 166 | 76 | 37 | 0 | 57 | 112 | 66 | 25 | 72 | 35 |
| Binary | 1110110 | 111110 | 11111 | 0 | 101111 | 1001010 | 110110 | 10101 | 111010 | 11101 |
Color Harmonies of #763E1F
Complementary color
Monochromatic Colors of #763E1F
Black with #763E1F
Text Example
Text Example
White with #763E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E1F; }
p { color: rgb(118,62,31); }
H1.HeaderClassName
{
color: #763E1F;
}
.AnyTagClassName
{
color: #763E1F;
}
</style>
background-color css
<style>
a { background-color: #763E1F; }
a { background-color: rgb(118,62,31); }
div.DivClassName
{
background-color: #763E1F;
}
.BgClassName
{
background-color: #763E1F;
}
</style>
border-color css
<style>
span { border-color: #763E1F; }
span { border-color: rgb(118,62,31); }
td.TdClassName
{
border-color: #763E1F;
}
.TagClassName
{
border-color: #763E1F;
}
</style>