Shades of Peru Tan #752C07
Tints of Peru Tan #752C07
RGB
CMYK
RGB Variations
Color information
#752C07 (or 0x752C07) is known color: Peru Tan. HEX triplet: 75, 2C and 07. RGB value is (117,44,7). Sum of RGB (Red+Green+Blue) = 117+44+7=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #752C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752C07 is #8AD3F8. Grayscale: #3D3D3D. Windows color (decimal): -9098233 or 470133. OLE color: 470133.
HSL color Cylindrical-coordinate representation of color #752C07: hue angle of 20.18º 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 #752C07 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 7 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.54 |
| HSL | 20.18º | 0.89% | 0.24% | - |
| HSV(B) | 20.18º | 0.94% | 0.46% | - |
| XYZ | 8.28 | 5.6 | 0.85 | - |
| YUV | 61.61 | 97.18 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 7 | 0 | 0.62 | 0.94 | 0.54 | 20.18 | 0.89 | 0.24 |
| Hex | 75 | 2C | 7 | 0 | 3E | 5E | 36 | 14 | 59 | 18 |
| Octal | 165 | 54 | 7 | 0 | 76 | 136 | 66 | 24 | 131 | 30 |
| Binary | 1110101 | 101100 | 111 | 0 | 111110 | 1011110 | 110110 | 10100 | 1011001 | 11000 |
Color Harmonies of #752C07
Complementary color
Monochromatic Colors of #752C07
Black with #752C07
Text Example
Text Example
White with #752C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C07; }
p { color: rgb(117,44,7); }
H1.HeaderClassName
{
color: #752C07;
}
.AnyTagClassName
{
color: #752C07;
}
</style>
background-color css
<style>
a { background-color: #752C07; }
a { background-color: rgb(117,44,7); }
div.DivClassName
{
background-color: #752C07;
}
.BgClassName
{
background-color: #752C07;
}
</style>
border-color css
<style>
span { border-color: #752C07; }
span { border-color: rgb(117,44,7); }
td.TdClassName
{
border-color: #752C07;
}
.TagClassName
{
border-color: #752C07;
}
</style>