Shades of Peru Tan #762A0C
Tints of Peru Tan #762A0C
RGB
CMYK
RGB Variations
Color information
#762A0C (or 0x762A0C) is known color: Peru Tan. HEX triplet: 76, 2A and 0C. RGB value is (118,42,12). Sum of RGB (Red+Green+Blue) = 118+42+12=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #762A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A0C is #89D5F3. Grayscale: #3D3D3D. Windows color (decimal): -9033204 or 797302. OLE color: 797302.
HSL color Cylindrical-coordinate representation of color #762A0C: hue angle of 16.98º 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 #762A0C is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 12 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.54 |
| HSL | 16.98º | 0.82% | 0.25% | - |
| HSV(B) | 16.98º | 0.9% | 0.46% | - |
| XYZ | 8.37 | 5.53 | 0.98 | - |
| YUV | 61.3 | 100.18 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 12 | 0 | 0.64 | 0.90 | 0.54 | 16.98 | 0.82 | 0.25 |
| Hex | 76 | 2A | C | 0 | 40 | 5A | 36 | 11 | 52 | 19 |
| Octal | 166 | 52 | 14 | 0 | 100 | 132 | 66 | 21 | 122 | 31 |
| Binary | 1110110 | 101010 | 1100 | 0 | 1000000 | 1011010 | 110110 | 10001 | 1010010 | 11001 |
Color Harmonies of #762A0C
Complementary color
Monochromatic Colors of #762A0C
Black with #762A0C
Text Example
Text Example
White with #762A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A0C; }
p { color: rgb(118,42,12); }
H1.HeaderClassName
{
color: #762A0C;
}
.AnyTagClassName
{
color: #762A0C;
}
</style>
background-color css
<style>
a { background-color: #762A0C; }
a { background-color: rgb(118,42,12); }
div.DivClassName
{
background-color: #762A0C;
}
.BgClassName
{
background-color: #762A0C;
}
</style>
border-color css
<style>
span { border-color: #762A0C; }
span { border-color: rgb(118,42,12); }
td.TdClassName
{
border-color: #762A0C;
}
.TagClassName
{
border-color: #762A0C;
}
</style>