Shades of Peru Tan #76350C
Tints of Peru Tan #76350C
RGB
CMYK
RGB Variations
Color information
#76350C (or 0x76350C) is known color: Peru Tan. HEX triplet: 76, 35 and 0C. RGB value is (118,53,12). Sum of RGB (Red+Green+Blue) = 118+53+12=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76350C is #89CAF3. Grayscale: #434343. Windows color (decimal): -9030388 or 800118. OLE color: 800118.
HSL color Cylindrical-coordinate representation of color #76350C: hue angle of 23.21º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76350C is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 12 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.54 |
| HSL | 23.21º | 0.82% | 0.25% | - |
| HSV(B) | 23.21º | 0.9% | 0.46% | - |
| XYZ | 8.81 | 6.42 | 1.12 | - |
| YUV | 67.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 12 | 0 | 0.55 | 0.90 | 0.54 | 23.21 | 0.82 | 0.25 |
| Hex | 76 | 35 | C | 0 | 37 | 5A | 36 | 17 | 52 | 19 |
| Octal | 166 | 65 | 14 | 0 | 67 | 132 | 66 | 27 | 122 | 31 |
| Binary | 1110110 | 110101 | 1100 | 0 | 110111 | 1011010 | 110110 | 10111 | 1010010 | 11001 |
Color Harmonies of #76350C
Complementary color
Monochromatic Colors of #76350C
Black with #76350C
Text Example
Text Example
White with #76350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76350C; }
p { color: rgb(118,53,12); }
H1.HeaderClassName
{
color: #76350C;
}
.AnyTagClassName
{
color: #76350C;
}
</style>
background-color css
<style>
a { background-color: #76350C; }
a { background-color: rgb(118,53,12); }
div.DivClassName
{
background-color: #76350C;
}
.BgClassName
{
background-color: #76350C;
}
</style>
border-color css
<style>
span { border-color: #76350C; }
span { border-color: rgb(118,53,12); }
td.TdClassName
{
border-color: #76350C;
}
.TagClassName
{
border-color: #76350C;
}
</style>