Shades of Peru Tan #76371B
Tints of Peru Tan #76371B
RGB
CMYK
RGB Variations
Color information
#76371B (or 0x76371B) is known color: Peru Tan. HEX triplet: 76, 37 and 1B. RGB value is (118,55,27). Sum of RGB (Red+Green+Blue) = 118+55+27=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #76371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76371B is #89C8E4. Grayscale: #464646. Windows color (decimal): -9029861 or 1783670. OLE color: 1783670.
HSL color Cylindrical-coordinate representation of color #76371B: hue angle of 18.46º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76371B is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 55 | 27 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.54 |
| HSL | 18.46º | 0.63% | 0.28% | - |
| HSV(B) | 18.46º | 0.77% | 0.46% | - |
| XYZ | 9.04 | 6.66 | 1.85 | - |
| YUV | 70.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 27 | 0 | 0.53 | 0.77 | 0.54 | 18.46 | 0.63 | 0.28 |
| Hex | 76 | 37 | 1B | 0 | 35 | 4D | 36 | 12 | 3F | 1C |
| Octal | 166 | 67 | 33 | 0 | 65 | 115 | 66 | 22 | 77 | 34 |
| Binary | 1110110 | 110111 | 11011 | 0 | 110101 | 1001101 | 110110 | 10010 | 111111 | 11100 |
Color Harmonies of #76371B
Complementary color
Monochromatic Colors of #76371B
Black with #76371B
Text Example
Text Example
White with #76371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76371B; }
p { color: rgb(118,55,27); }
H1.HeaderClassName
{
color: #76371B;
}
.AnyTagClassName
{
color: #76371B;
}
</style>
background-color css
<style>
a { background-color: #76371B; }
a { background-color: rgb(118,55,27); }
div.DivClassName
{
background-color: #76371B;
}
.BgClassName
{
background-color: #76371B;
}
</style>
border-color css
<style>
span { border-color: #76371B; }
span { border-color: rgb(118,55,27); }
td.TdClassName
{
border-color: #76371B;
}
.TagClassName
{
border-color: #76371B;
}
</style>