Shades of Peru Tan #7C2908
Tints of Peru Tan #7C2908
RGB
CMYK
RGB Variations
Color information
#7C2908 (or 0x7C2908) is known color: Peru Tan. HEX triplet: 7C, 29 and 08. RGB value is (124,41,8). Sum of RGB (Red+Green+Blue) = 124+41+8=173 (22% of max value = 765). Red value is 124 (48.83% from 255 or 71.68% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C2908 is #83D6F7. Grayscale: #3E3E3E. Windows color (decimal): -8640248 or 534908. OLE color: 534908.
HSL color Cylindrical-coordinate representation of color #7C2908: hue angle of 17.07º 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 #7C2908 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 8 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.51 |
| HSL | 17.07º | 0.88% | 0.26% | - |
| HSV(B) | 17.07º | 0.94% | 0.49% | - |
| XYZ | 9.15 | 5.89 | 0.88 | - |
| YUV | 62.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 8 | 0 | 0.67 | 0.94 | 0.51 | 17.07 | 0.88 | 0.26 |
| Hex | 7C | 29 | 8 | 0 | 43 | 5E | 33 | 11 | 58 | 1A |
| Octal | 174 | 51 | 10 | 0 | 103 | 136 | 63 | 21 | 130 | 32 |
| Binary | 1111100 | 101001 | 1000 | 0 | 1000011 | 1011110 | 110011 | 10001 | 1011000 | 11010 |
Color Harmonies of #7C2908
Complementary color
Monochromatic Colors of #7C2908
Black with #7C2908
Text Example
Text Example
White with #7C2908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2908; }
p { color: rgb(124,41,8); }
H1.HeaderClassName
{
color: #7C2908;
}
.AnyTagClassName
{
color: #7C2908;
}
</style>
background-color css
<style>
a { background-color: #7C2908; }
a { background-color: rgb(124,41,8); }
div.DivClassName
{
background-color: #7C2908;
}
.BgClassName
{
background-color: #7C2908;
}
</style>
border-color css
<style>
span { border-color: #7C2908; }
span { border-color: rgb(124,41,8); }
td.TdClassName
{
border-color: #7C2908;
}
.TagClassName
{
border-color: #7C2908;
}
</style>