Shades of Peru Tan #7F300F
Tints of Peru Tan #7F300F
RGB
CMYK
RGB Variations
Color information
#7F300F (or 0x7F300F) is known color: Peru Tan. HEX triplet: 7F, 30 and 0F. RGB value is (127,48,15). Sum of RGB (Red+Green+Blue) = 127+48+15=190 (25% of max value = 765). Red value is 127 (50% from 255 or 66.84% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 127 - color contains mainly: red. Hex color #7F300F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F300F is #80CFF0. Grayscale: #444444. Windows color (decimal): -8441841 or 995455. OLE color: 995455.
HSL color Cylindrical-coordinate representation of color #7F300F: hue angle of 17.68º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F300F is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 15 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.50 |
| HSL | 17.68º | 0.79% | 0.28% | - |
| HSV(B) | 17.68º | 0.88% | 0.5% | - |
| XYZ | 9.9 | 6.66 | 1.22 | - |
| YUV | 67.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 15 | 0 | 0.62 | 0.88 | 0.50 | 17.68 | 0.79 | 0.28 |
| Hex | 7F | 30 | F | 0 | 3E | 58 | 32 | 12 | 4F | 1C |
| Octal | 177 | 60 | 17 | 0 | 76 | 130 | 62 | 22 | 117 | 34 |
| Binary | 1111111 | 110000 | 1111 | 0 | 111110 | 1011000 | 110010 | 10010 | 1001111 | 11100 |
Color Harmonies of #7F300F
Complementary color
Monochromatic Colors of #7F300F
Black with #7F300F
Text Example
Text Example
White with #7F300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F300F; }
p { color: rgb(127,48,15); }
H1.HeaderClassName
{
color: #7F300F;
}
.AnyTagClassName
{
color: #7F300F;
}
</style>
background-color css
<style>
a { background-color: #7F300F; }
a { background-color: rgb(127,48,15); }
div.DivClassName
{
background-color: #7F300F;
}
.BgClassName
{
background-color: #7F300F;
}
</style>
border-color css
<style>
span { border-color: #7F300F; }
span { border-color: rgb(127,48,15); }
td.TdClassName
{
border-color: #7F300F;
}
.TagClassName
{
border-color: #7F300F;
}
</style>