Shades of Peru Tan #762E03
Tints of Peru Tan #762E03
RGB
CMYK
RGB Variations
Color information
#762E03 (or 0x762E03) is known color: Peru Tan. HEX triplet: 76, 2E and 03. RGB value is (118,46,3). Sum of RGB (Red+Green+Blue) = 118+46+3=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #762E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E03 is #89D1FC. Grayscale: #3E3E3E. Windows color (decimal): -9032189 or 208502. OLE color: 208502.
HSL color Cylindrical-coordinate representation of color #762E03: hue angle of 22.43º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #762E03 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 3 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.54 |
| HSL | 22.43º | 0.95% | 0.24% | - |
| HSV(B) | 22.43º | 0.97% | 0.46% | - |
| XYZ | 8.46 | 5.81 | 0.76 | - |
| YUV | 62.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 3 | 0 | 0.61 | 0.97 | 0.54 | 22.43 | 0.95 | 0.24 |
| Hex | 76 | 2E | 3 | 0 | 3D | 61 | 36 | 16 | 5F | 18 |
| Octal | 166 | 56 | 3 | 0 | 75 | 141 | 66 | 26 | 137 | 30 |
| Binary | 1110110 | 101110 | 11 | 0 | 111101 | 1100001 | 110110 | 10110 | 1011111 | 11000 |
Color Harmonies of #762E03
Complementary color
Monochromatic Colors of #762E03
Black with #762E03
Text Example
Text Example
White with #762E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E03; }
p { color: rgb(118,46,3); }
H1.HeaderClassName
{
color: #762E03;
}
.AnyTagClassName
{
color: #762E03;
}
</style>
background-color css
<style>
a { background-color: #762E03; }
a { background-color: rgb(118,46,3); }
div.DivClassName
{
background-color: #762E03;
}
.BgClassName
{
background-color: #762E03;
}
</style>
border-color css
<style>
span { border-color: #762E03; }
span { border-color: rgb(118,46,3); }
td.TdClassName
{
border-color: #762E03;
}
.TagClassName
{
border-color: #762E03;
}
</style>