Shades of Peru Tan #752E07
Tints of Peru Tan #752E07
RGB
CMYK
RGB Variations
Color information
#752E07 (or 0x752E07) is known color: Peru Tan. HEX triplet: 75, 2E and 07. RGB value is (117,46,7). Sum of RGB (Red+Green+Blue) = 117+46+7=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 7 (3.12% from 255 or 4.12% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #752E07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752E07 is #8AD1F8. Grayscale: #3F3F3F. Windows color (decimal): -9097721 or 470645. OLE color: 470645.
HSL color Cylindrical-coordinate representation of color #752E07: hue angle of 21.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #752E07 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 7 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.54 |
| HSL | 21.27º | 0.89% | 0.24% | - |
| HSV(B) | 21.27º | 0.94% | 0.46% | - |
| XYZ | 8.35 | 5.75 | 0.87 | - |
| YUV | 62.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 7 | 0 | 0.61 | 0.94 | 0.54 | 21.27 | 0.89 | 0.24 |
| Hex | 75 | 2E | 7 | 0 | 3D | 5E | 36 | 15 | 59 | 18 |
| Octal | 165 | 56 | 7 | 0 | 75 | 136 | 66 | 25 | 131 | 30 |
| Binary | 1110101 | 101110 | 111 | 0 | 111101 | 1011110 | 110110 | 10101 | 1011001 | 11000 |
Color Harmonies of #752E07
Complementary color
Monochromatic Colors of #752E07
Black with #752E07
Text Example
Text Example
White with #752E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E07; }
p { color: rgb(117,46,7); }
H1.HeaderClassName
{
color: #752E07;
}
.AnyTagClassName
{
color: #752E07;
}
</style>
background-color css
<style>
a { background-color: #752E07; }
a { background-color: rgb(117,46,7); }
div.DivClassName
{
background-color: #752E07;
}
.BgClassName
{
background-color: #752E07;
}
</style>
border-color css
<style>
span { border-color: #752E07; }
span { border-color: rgb(117,46,7); }
td.TdClassName
{
border-color: #752E07;
}
.TagClassName
{
border-color: #752E07;
}
</style>