Shades of Peru Tan #773C0F
Tints of Peru Tan #773C0F
RGB
CMYK
RGB Variations
Color information
#773C0F (or 0x773C0F) is known color: Peru Tan. HEX triplet: 77, 3C and 0F. RGB value is (119,60,15). Sum of RGB (Red+Green+Blue) = 119+60+15=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 15 (6.25% from 255 or 7.73% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #773C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773C0F is #88C3F0. Grayscale: #484848. Windows color (decimal): -8963057 or 998519. OLE color: 998519.
HSL color Cylindrical-coordinate representation of color #773C0F: hue angle of 25.96º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #773C0F is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 60 | 15 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.53 |
| HSL | 25.96º | 0.78% | 0.26% | - |
| HSV(B) | 25.96º | 0.87% | 0.47% | - |
| XYZ | 9.31 | 7.19 | 1.35 | - |
| YUV | 72.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 15 | 0 | 0.50 | 0.87 | 0.53 | 25.96 | 0.78 | 0.26 |
| Hex | 77 | 3C | F | 0 | 32 | 57 | 35 | 1A | 4E | 1A |
| Octal | 167 | 74 | 17 | 0 | 62 | 127 | 65 | 32 | 116 | 32 |
| Binary | 1110111 | 111100 | 1111 | 0 | 110010 | 1010111 | 110101 | 11010 | 1001110 | 11010 |
Color Harmonies of #773C0F
Complementary color
Monochromatic Colors of #773C0F
Black with #773C0F
Text Example
Text Example
White with #773C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C0F; }
p { color: rgb(119,60,15); }
H1.HeaderClassName
{
color: #773C0F;
}
.AnyTagClassName
{
color: #773C0F;
}
</style>
background-color css
<style>
a { background-color: #773C0F; }
a { background-color: rgb(119,60,15); }
div.DivClassName
{
background-color: #773C0F;
}
.BgClassName
{
background-color: #773C0F;
}
</style>
border-color css
<style>
span { border-color: #773C0F; }
span { border-color: rgb(119,60,15); }
td.TdClassName
{
border-color: #773C0F;
}
.TagClassName
{
border-color: #773C0F;
}
</style>