Shades of Peru Tan #7C3008
Tints of Peru Tan #7C3008
RGB
CMYK
RGB Variations
Color information
#7C3008 (or 0x7C3008) is known color: Peru Tan. HEX triplet: 7C, 30 and 08. RGB value is (124,48,8). Sum of RGB (Red+Green+Blue) = 124+48+8=180 (23% of max value = 765). Red value is 124 (48.83% from 255 or 68.89% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3008 is #83CFF7. Grayscale: #424242. Windows color (decimal): -8638456 or 536700. OLE color: 536700.
HSL color Cylindrical-coordinate representation of color #7C3008: hue angle of 20.69º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C3008 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 8 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.51 |
| HSL | 20.69º | 0.88% | 0.26% | - |
| HSV(B) | 20.69º | 0.94% | 0.49% | - |
| XYZ | 9.41 | 6.42 | 0.97 | - |
| YUV | 66.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 8 | 0 | 0.61 | 0.94 | 0.51 | 20.69 | 0.88 | 0.26 |
| Hex | 7C | 30 | 8 | 0 | 3D | 5E | 33 | 15 | 58 | 1A |
| Octal | 174 | 60 | 10 | 0 | 75 | 136 | 63 | 25 | 130 | 32 |
| Binary | 1111100 | 110000 | 1000 | 0 | 111101 | 1011110 | 110011 | 10101 | 1011000 | 11010 |
Color Harmonies of #7C3008
Complementary color
Monochromatic Colors of #7C3008
Black with #7C3008
Text Example
Text Example
White with #7C3008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3008; }
p { color: rgb(124,48,8); }
H1.HeaderClassName
{
color: #7C3008;
}
.AnyTagClassName
{
color: #7C3008;
}
</style>
background-color css
<style>
a { background-color: #7C3008; }
a { background-color: rgb(124,48,8); }
div.DivClassName
{
background-color: #7C3008;
}
.BgClassName
{
background-color: #7C3008;
}
</style>
border-color css
<style>
span { border-color: #7C3008; }
span { border-color: rgb(124,48,8); }
td.TdClassName
{
border-color: #7C3008;
}
.TagClassName
{
border-color: #7C3008;
}
</style>