Shades of Peru Tan #76341C
Tints of Peru Tan #76341C
RGB
CMYK
RGB Variations
Color information
#76341C (or 0x76341C) is known color: Peru Tan. HEX triplet: 76, 34 and 1C. RGB value is (118,52,28). Sum of RGB (Red+Green+Blue) = 118+52+28=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #76341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76341C is #89CBE3. Grayscale: #454545. Windows color (decimal): -9030628 or 1848438. OLE color: 1848438.
HSL color Cylindrical-coordinate representation of color #76341C: hue angle of 16º 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 #76341C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 28 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.54 |
| HSL | 16º | 0.62% | 0.29% | - |
| HSV(B) | 16º | 0.76% | 0.46% | - |
| XYZ | 8.91 | 6.39 | 1.86 | - |
| YUV | 69 | 104.87 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 28 | 0 | 0.56 | 0.76 | 0.54 | 16 | 0.62 | 0.29 |
| Hex | 76 | 34 | 1C | 0 | 38 | 4C | 36 | 10 | 3E | 1D |
| Octal | 166 | 64 | 34 | 0 | 70 | 114 | 66 | 20 | 76 | 35 |
| Binary | 1110110 | 110100 | 11100 | 0 | 111000 | 1001100 | 110110 | 10000 | 111110 | 11101 |
Color Harmonies of #76341C
Complementary color
Monochromatic Colors of #76341C
Black with #76341C
Text Example
Text Example
White with #76341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76341C; }
p { color: rgb(118,52,28); }
H1.HeaderClassName
{
color: #76341C;
}
.AnyTagClassName
{
color: #76341C;
}
</style>
background-color css
<style>
a { background-color: #76341C; }
a { background-color: rgb(118,52,28); }
div.DivClassName
{
background-color: #76341C;
}
.BgClassName
{
background-color: #76341C;
}
</style>
border-color css
<style>
span { border-color: #76341C; }
span { border-color: rgb(118,52,28); }
td.TdClassName
{
border-color: #76341C;
}
.TagClassName
{
border-color: #76341C;
}
</style>