Shades of Peru Tan #763F1F
Tints of Peru Tan #763F1F
RGB
CMYK
RGB Variations
Color information
#763F1F (or 0x763F1F) is known color: Peru Tan. HEX triplet: 76, 3F and 1F. RGB value is (118,63,31). Sum of RGB (Red+Green+Blue) = 118+63+31=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #763F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F1F is #89C0E0. Grayscale: #4B4B4B. Windows color (decimal): -9027809 or 2047862. OLE color: 2047862.
HSL color Cylindrical-coordinate representation of color #763F1F: hue angle of 22.07º 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 #763F1F is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 31 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.54 |
| HSL | 22.07º | 0.58% | 0.29% | - |
| HSV(B) | 22.07º | 0.74% | 0.46% | - |
| XYZ | 9.5 | 7.51 | 2.24 | - |
| YUV | 75.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 31 | 0 | 0.47 | 0.74 | 0.54 | 22.07 | 0.58 | 0.29 |
| Hex | 76 | 3F | 1F | 0 | 2F | 4A | 36 | 16 | 3A | 1D |
| Octal | 166 | 77 | 37 | 0 | 57 | 112 | 66 | 26 | 72 | 35 |
| Binary | 1110110 | 111111 | 11111 | 0 | 101111 | 1001010 | 110110 | 10110 | 111010 | 11101 |
Color Harmonies of #763F1F
Complementary color
Monochromatic Colors of #763F1F
Black with #763F1F
Text Example
Text Example
White with #763F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F1F; }
p { color: rgb(118,63,31); }
H1.HeaderClassName
{
color: #763F1F;
}
.AnyTagClassName
{
color: #763F1F;
}
</style>
background-color css
<style>
a { background-color: #763F1F; }
a { background-color: rgb(118,63,31); }
div.DivClassName
{
background-color: #763F1F;
}
.BgClassName
{
background-color: #763F1F;
}
</style>
border-color css
<style>
span { border-color: #763F1F; }
span { border-color: rgb(118,63,31); }
td.TdClassName
{
border-color: #763F1F;
}
.TagClassName
{
border-color: #763F1F;
}
</style>