Shades of Peru Tan #762A02
Tints of Peru Tan #762A02
RGB
CMYK
RGB Variations
Color information
#762A02 (or 0x762A02) is known color: Peru Tan. HEX triplet: 76, 2A and 02. RGB value is (118,42,2). Sum of RGB (Red+Green+Blue) = 118+42+2=162 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.84% from 162); Green value is 42 (16.80% from 255 or 25.93% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 118 - color contains mainly: red. Hex color #762A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762A02 is #89D5FD. Grayscale: #3C3C3C. Windows color (decimal): -9033214 or 141942. OLE color: 141942.
HSL color Cylindrical-coordinate representation of color #762A02: hue angle of 20.69º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #762A02 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 2 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.54 |
| HSL | 20.69º | 0.97% | 0.24% | - |
| HSV(B) | 20.69º | 0.98% | 0.46% | - |
| XYZ | 8.31 | 5.51 | 0.68 | - |
| YUV | 60.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 2 | 0 | 0.64 | 0.98 | 0.54 | 20.69 | 0.97 | 0.24 |
| Hex | 76 | 2A | 2 | 0 | 40 | 62 | 36 | 15 | 61 | 18 |
| Octal | 166 | 52 | 2 | 0 | 100 | 142 | 66 | 25 | 141 | 30 |
| Binary | 1110110 | 101010 | 10 | 0 | 1000000 | 1100010 | 110110 | 10101 | 1100001 | 11000 |
Color Harmonies of #762A02
Complementary color
Monochromatic Colors of #762A02
Black with #762A02
Text Example
Text Example
White with #762A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A02; }
p { color: rgb(118,42,2); }
H1.HeaderClassName
{
color: #762A02;
}
.AnyTagClassName
{
color: #762A02;
}
</style>
background-color css
<style>
a { background-color: #762A02; }
a { background-color: rgb(118,42,2); }
div.DivClassName
{
background-color: #762A02;
}
.BgClassName
{
background-color: #762A02;
}
</style>
border-color css
<style>
span { border-color: #762A02; }
span { border-color: rgb(118,42,2); }
td.TdClassName
{
border-color: #762A02;
}
.TagClassName
{
border-color: #762A02;
}
</style>