Shades of Peru Tan #762D03
Tints of Peru Tan #762D03
RGB
CMYK
RGB Variations
Color information
#762D03 (or 0x762D03) is known color: Peru Tan. HEX triplet: 76, 2D and 03. RGB value is (118,45,3). Sum of RGB (Red+Green+Blue) = 118+45+3=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762D03 is #89D2FC. Grayscale: #3E3E3E. Windows color (decimal): -9032445 or 208246. OLE color: 208246.
HSL color Cylindrical-coordinate representation of color #762D03: hue angle of 21.91º 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 #762D03 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 45 | 3 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.54 |
| HSL | 21.91º | 0.95% | 0.24% | - |
| HSV(B) | 21.91º | 0.97% | 0.46% | - |
| XYZ | 8.43 | 5.73 | 0.75 | - |
| YUV | 62.04 | 94.68 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 3 | 0 | 0.62 | 0.97 | 0.54 | 21.91 | 0.95 | 0.24 |
| Hex | 76 | 2D | 3 | 0 | 3E | 61 | 36 | 16 | 5F | 18 |
| Octal | 166 | 55 | 3 | 0 | 76 | 141 | 66 | 26 | 137 | 30 |
| Binary | 1110110 | 101101 | 11 | 0 | 111110 | 1100001 | 110110 | 10110 | 1011111 | 11000 |
Color Harmonies of #762D03
Complementary color
Monochromatic Colors of #762D03
Black with #762D03
Text Example
Text Example
White with #762D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D03; }
p { color: rgb(118,45,3); }
H1.HeaderClassName
{
color: #762D03;
}
.AnyTagClassName
{
color: #762D03;
}
</style>
background-color css
<style>
a { background-color: #762D03; }
a { background-color: rgb(118,45,3); }
div.DivClassName
{
background-color: #762D03;
}
.BgClassName
{
background-color: #762D03;
}
</style>
border-color css
<style>
span { border-color: #762D03; }
span { border-color: rgb(118,45,3); }
td.TdClassName
{
border-color: #762D03;
}
.TagClassName
{
border-color: #762D03;
}
</style>