Shades of Peru Tan #76351B
Tints of Peru Tan #76351B
RGB
CMYK
RGB Variations
Color information
#76351B (or 0x76351B) is known color: Peru Tan. HEX triplet: 76, 35 and 1B. RGB value is (118,53,27). Sum of RGB (Red+Green+Blue) = 118+53+27=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76351B is #89CAE4. Grayscale: #454545. Windows color (decimal): -9030373 or 1783158. OLE color: 1783158.
HSL color Cylindrical-coordinate representation of color #76351B: hue angle of 17.14º 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 #76351B is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 27 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.54 |
| HSL | 17.14º | 0.63% | 0.28% | - |
| HSV(B) | 17.14º | 0.77% | 0.46% | - |
| XYZ | 8.94 | 6.48 | 1.82 | - |
| YUV | 69.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 27 | 0 | 0.55 | 0.77 | 0.54 | 17.14 | 0.63 | 0.28 |
| Hex | 76 | 35 | 1B | 0 | 37 | 4D | 36 | 11 | 3F | 1C |
| Octal | 166 | 65 | 33 | 0 | 67 | 115 | 66 | 21 | 77 | 34 |
| Binary | 1110110 | 110101 | 11011 | 0 | 110111 | 1001101 | 110110 | 10001 | 111111 | 11100 |
Color Harmonies of #76351B
Complementary color
Monochromatic Colors of #76351B
Black with #76351B
Text Example
Text Example
White with #76351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76351B; }
p { color: rgb(118,53,27); }
H1.HeaderClassName
{
color: #76351B;
}
.AnyTagClassName
{
color: #76351B;
}
</style>
background-color css
<style>
a { background-color: #76351B; }
a { background-color: rgb(118,53,27); }
div.DivClassName
{
background-color: #76351B;
}
.BgClassName
{
background-color: #76351B;
}
</style>
border-color css
<style>
span { border-color: #76351B; }
span { border-color: rgb(118,53,27); }
td.TdClassName
{
border-color: #76351B;
}
.TagClassName
{
border-color: #76351B;
}
</style>