Shades of Peru Tan #76371C
Tints of Peru Tan #76371C
RGB
CMYK
RGB Variations
Color information
#76371C (or 0x76371C) is known color: Peru Tan. HEX triplet: 76, 37 and 1C. RGB value is (118,55,28). Sum of RGB (Red+Green+Blue) = 118+55+28=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 28 (11.33% from 255 or 13.93% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76371C is #89C8E3. Grayscale: #464646. Windows color (decimal): -9029860 or 1849206. OLE color: 1849206.
HSL color Cylindrical-coordinate representation of color #76371C: hue angle of 18º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76371C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 55 | 28 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.54 |
| HSL | 18º | 0.62% | 0.29% | - |
| HSV(B) | 18º | 0.76% | 0.46% | - |
| XYZ | 9.05 | 6.67 | 1.91 | - |
| YUV | 70.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 28 | 0 | 0.53 | 0.76 | 0.54 | 18 | 0.62 | 0.29 |
| Hex | 76 | 37 | 1C | 0 | 35 | 4C | 36 | 12 | 3E | 1D |
| Octal | 166 | 67 | 34 | 0 | 65 | 114 | 66 | 22 | 76 | 35 |
| Binary | 1110110 | 110111 | 11100 | 0 | 110101 | 1001100 | 110110 | 10010 | 111110 | 11101 |
Color Harmonies of #76371C
Complementary color
Monochromatic Colors of #76371C
Black with #76371C
Text Example
Text Example
White with #76371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76371C; }
p { color: rgb(118,55,28); }
H1.HeaderClassName
{
color: #76371C;
}
.AnyTagClassName
{
color: #76371C;
}
</style>
background-color css
<style>
a { background-color: #76371C; }
a { background-color: rgb(118,55,28); }
div.DivClassName
{
background-color: #76371C;
}
.BgClassName
{
background-color: #76371C;
}
</style>
border-color css
<style>
span { border-color: #76371C; }
span { border-color: rgb(118,55,28); }
td.TdClassName
{
border-color: #76371C;
}
.TagClassName
{
border-color: #76371C;
}
</style>