Shades of Peru Tan #76340C
Tints of Peru Tan #76340C
RGB
CMYK
RGB Variations
Color information
#76340C (or 0x76340C) is known color: Peru Tan. HEX triplet: 76, 34 and 0C. RGB value is (118,52,12). Sum of RGB (Red+Green+Blue) = 118+52+12=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76340C is #89CBF3. Grayscale: #434343. Windows color (decimal): -9030644 or 799862. OLE color: 799862.
HSL color Cylindrical-coordinate representation of color #76340C: hue angle of 22.64º 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 #76340C is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 12 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.54 |
| HSL | 22.64º | 0.82% | 0.25% | - |
| HSV(B) | 22.64º | 0.9% | 0.46% | - |
| XYZ | 8.77 | 6.33 | 1.11 | - |
| YUV | 67.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 12 | 0 | 0.56 | 0.90 | 0.54 | 22.64 | 0.82 | 0.25 |
| Hex | 76 | 34 | C | 0 | 38 | 5A | 36 | 17 | 52 | 19 |
| Octal | 166 | 64 | 14 | 0 | 70 | 132 | 66 | 27 | 122 | 31 |
| Binary | 1110110 | 110100 | 1100 | 0 | 111000 | 1011010 | 110110 | 10111 | 1010010 | 11001 |
Color Harmonies of #76340C
Complementary color
Monochromatic Colors of #76340C
Black with #76340C
Text Example
Text Example
White with #76340C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76340C; }
p { color: rgb(118,52,12); }
H1.HeaderClassName
{
color: #76340C;
}
.AnyTagClassName
{
color: #76340C;
}
</style>
background-color css
<style>
a { background-color: #76340C; }
a { background-color: rgb(118,52,12); }
div.DivClassName
{
background-color: #76340C;
}
.BgClassName
{
background-color: #76340C;
}
</style>
border-color css
<style>
span { border-color: #76340C; }
span { border-color: rgb(118,52,12); }
td.TdClassName
{
border-color: #76340C;
}
.TagClassName
{
border-color: #76340C;
}
</style>