Shades of Peru Tan #773B0D
Tints of Peru Tan #773B0D
RGB
CMYK
RGB Variations
Color information
#773B0D (or 0x773B0D) is known color: Peru Tan. HEX triplet: 77, 3B and 0D. RGB value is (119,59,13). Sum of RGB (Red+Green+Blue) = 119+59+13=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #773B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773B0D is #88C4F2. Grayscale: #474747. Windows color (decimal): -8963315 or 867191. OLE color: 867191.
HSL color Cylindrical-coordinate representation of color #773B0D: hue angle of 26.04º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #773B0D is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 13 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.53 |
| HSL | 26.04º | 0.8% | 0.26% | - |
| HSV(B) | 26.04º | 0.89% | 0.47% | - |
| XYZ | 9.24 | 7.08 | 1.26 | - |
| YUV | 71.7 | 94.88 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 13 | 0 | 0.50 | 0.89 | 0.53 | 26.04 | 0.8 | 0.26 |
| Hex | 77 | 3B | D | 0 | 32 | 59 | 35 | 1A | 50 | 1A |
| Octal | 167 | 73 | 15 | 0 | 62 | 131 | 65 | 32 | 120 | 32 |
| Binary | 1110111 | 111011 | 1101 | 0 | 110010 | 1011001 | 110101 | 11010 | 1010000 | 11010 |
Color Harmonies of #773B0D
Complementary color
Monochromatic Colors of #773B0D
Black with #773B0D
Text Example
Text Example
White with #773B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B0D; }
p { color: rgb(119,59,13); }
H1.HeaderClassName
{
color: #773B0D;
}
.AnyTagClassName
{
color: #773B0D;
}
</style>
background-color css
<style>
a { background-color: #773B0D; }
a { background-color: rgb(119,59,13); }
div.DivClassName
{
background-color: #773B0D;
}
.BgClassName
{
background-color: #773B0D;
}
</style>
border-color css
<style>
span { border-color: #773B0D; }
span { border-color: rgb(119,59,13); }
td.TdClassName
{
border-color: #773B0D;
}
.TagClassName
{
border-color: #773B0D;
}
</style>