Shades of Peru Tan #762F00
Tints of Peru Tan #762F00
RGB
CMYK
RGB Variations
Color information
#762F00 (or 0x762F00) is known color: Peru Tan. HEX triplet: 76, 2F and 00. RGB value is (118,47,0). Sum of RGB (Red+Green+Blue) = 118+47+0=165 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.52% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 118 - color contains mainly: red. Hex color #762F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762F00 is #89D0FF. Grayscale: #3F3F3F. Windows color (decimal): -9031936 or 12150. OLE color: 12150.
HSL color Cylindrical-coordinate representation of color #762F00: hue angle of 23.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #762F00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.54 |
| HSL | 23.9º | 1% | 0.23% | - |
| HSV(B) | 23.9º | 1% | 0.46% | - |
| XYZ | 8.49 | 5.88 | 0.69 | - |
| YUV | 62.87 | 92.52 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 0 | 0 | 0.60 | 1 | 0.54 | 23.9 | 1 | 0.23 |
| Hex | 76 | 2F | 0 | 0 | 3C | 64 | 36 | 18 | 64 | 17 |
| Octal | 166 | 57 | 0 | 0 | 74 | 144 | 66 | 30 | 144 | 27 |
| Binary | 1110110 | 101111 | 0 | 0 | 111100 | 1100100 | 110110 | 11000 | 1100100 | 10111 |
Color Harmonies of #762F00
Complementary color
Monochromatic Colors of #762F00
Black with #762F00
Text Example
Text Example
White with #762F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F00; }
p { color: rgb(118,47,0); }
H1.HeaderClassName
{
color: #762F00;
}
.AnyTagClassName
{
color: #762F00;
}
</style>
background-color css
<style>
a { background-color: #762F00; }
a { background-color: rgb(118,47,0); }
div.DivClassName
{
background-color: #762F00;
}
.BgClassName
{
background-color: #762F00;
}
</style>
border-color css
<style>
span { border-color: #762F00; }
span { border-color: rgb(118,47,0); }
td.TdClassName
{
border-color: #762F00;
}
.TagClassName
{
border-color: #762F00;
}
</style>