Shades of Peru Tan #762C0C
Tints of Peru Tan #762C0C
RGB
CMYK
RGB Variations
Color information
#762C0C (or 0x762C0C) is known color: Peru Tan. HEX triplet: 76, 2C and 0C. RGB value is (118,44,12). Sum of RGB (Red+Green+Blue) = 118+44+12=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #762C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C0C is #89D3F3. Grayscale: #3E3E3E. Windows color (decimal): -9032692 or 797814. OLE color: 797814.
HSL color Cylindrical-coordinate representation of color #762C0C: hue angle of 18.11º 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 #762C0C is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 12 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.54 |
| HSL | 18.11º | 0.82% | 0.25% | - |
| HSV(B) | 18.11º | 0.9% | 0.46% | - |
| XYZ | 8.44 | 5.68 | 1 | - |
| YUV | 62.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 12 | 0 | 0.63 | 0.90 | 0.54 | 18.11 | 0.82 | 0.25 |
| Hex | 76 | 2C | C | 0 | 3F | 5A | 36 | 12 | 52 | 19 |
| Octal | 166 | 54 | 14 | 0 | 77 | 132 | 66 | 22 | 122 | 31 |
| Binary | 1110110 | 101100 | 1100 | 0 | 111111 | 1011010 | 110110 | 10010 | 1010010 | 11001 |
Color Harmonies of #762C0C
Complementary color
Monochromatic Colors of #762C0C
Black with #762C0C
Text Example
Text Example
White with #762C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C0C; }
p { color: rgb(118,44,12); }
H1.HeaderClassName
{
color: #762C0C;
}
.AnyTagClassName
{
color: #762C0C;
}
</style>
background-color css
<style>
a { background-color: #762C0C; }
a { background-color: rgb(118,44,12); }
div.DivClassName
{
background-color: #762C0C;
}
.BgClassName
{
background-color: #762C0C;
}
</style>
border-color css
<style>
span { border-color: #762C0C; }
span { border-color: rgb(118,44,12); }
td.TdClassName
{
border-color: #762C0C;
}
.TagClassName
{
border-color: #762C0C;
}
</style>