Shades of Peru Tan #762F01
Tints of Peru Tan #762F01
RGB
CMYK
RGB Variations
Color information
#762F01 (or 0x762F01) is known color: Peru Tan. HEX triplet: 76, 2F and 01. RGB value is (118,47,1). Sum of RGB (Red+Green+Blue) = 118+47+1=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #762F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F01 is #89D0FE. Grayscale: #3F3F3F. Windows color (decimal): -9031935 or 77686. OLE color: 77686.
HSL color Cylindrical-coordinate representation of color #762F01: hue angle of 23.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #762F01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.54 |
| HSL | 23.59º | 0.98% | 0.23% | - |
| HSV(B) | 23.59º | 0.99% | 0.46% | - |
| XYZ | 8.49 | 5.89 | 0.72 | - |
| YUV | 62.99 | 93.02 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 1 | 0 | 0.60 | 0.99 | 0.54 | 23.59 | 0.98 | 0.23 |
| Hex | 76 | 2F | 1 | 0 | 3C | 63 | 36 | 18 | 62 | 17 |
| Octal | 166 | 57 | 1 | 0 | 74 | 143 | 66 | 30 | 142 | 27 |
| Binary | 1110110 | 101111 | 1 | 0 | 111100 | 1100011 | 110110 | 11000 | 1100010 | 10111 |
Color Harmonies of #762F01
Complementary color
Monochromatic Colors of #762F01
Black with #762F01
Text Example
Text Example
White with #762F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F01; }
p { color: rgb(118,47,1); }
H1.HeaderClassName
{
color: #762F01;
}
.AnyTagClassName
{
color: #762F01;
}
</style>
background-color css
<style>
a { background-color: #762F01; }
a { background-color: rgb(118,47,1); }
div.DivClassName
{
background-color: #762F01;
}
.BgClassName
{
background-color: #762F01;
}
</style>
border-color css
<style>
span { border-color: #762F01; }
span { border-color: rgb(118,47,1); }
td.TdClassName
{
border-color: #762F01;
}
.TagClassName
{
border-color: #762F01;
}
</style>