Shades of Peru Tan #76340A
Tints of Peru Tan #76340A
RGB
CMYK
RGB Variations
Color information
#76340A (or 0x76340A) is known color: Peru Tan. HEX triplet: 76, 34 and 0A. RGB value is (118,52,10). Sum of RGB (Red+Green+Blue) = 118+52+10=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76340A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76340A is #89CBF5. Grayscale: #434343. Windows color (decimal): -9030646 or 668790. OLE color: 668790.
HSL color Cylindrical-coordinate representation of color #76340A: hue angle of 23.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76340A is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 10 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.54 |
| HSL | 23.33º | 0.84% | 0.25% | - |
| HSV(B) | 23.33º | 0.92% | 0.46% | - |
| XYZ | 8.75 | 6.33 | 1.05 | - |
| YUV | 66.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 10 | 0 | 0.56 | 0.92 | 0.54 | 23.33 | 0.84 | 0.25 |
| Hex | 76 | 34 | A | 0 | 38 | 5C | 36 | 17 | 54 | 19 |
| Octal | 166 | 64 | 12 | 0 | 70 | 134 | 66 | 27 | 124 | 31 |
| Binary | 1110110 | 110100 | 1010 | 0 | 111000 | 1011100 | 110110 | 10111 | 1010100 | 11001 |
Color Harmonies of #76340A
Complementary color
Monochromatic Colors of #76340A
Black with #76340A
Text Example
Text Example
White with #76340A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76340A; }
p { color: rgb(118,52,10); }
H1.HeaderClassName
{
color: #76340A;
}
.AnyTagClassName
{
color: #76340A;
}
</style>
background-color css
<style>
a { background-color: #76340A; }
a { background-color: rgb(118,52,10); }
div.DivClassName
{
background-color: #76340A;
}
.BgClassName
{
background-color: #76340A;
}
</style>
border-color css
<style>
span { border-color: #76340A; }
span { border-color: rgb(118,52,10); }
td.TdClassName
{
border-color: #76340A;
}
.TagClassName
{
border-color: #76340A;
}
</style>