Shades of Peru Tan #77390D
Tints of Peru Tan #77390D
RGB
CMYK
RGB Variations
Color information
#77390D (or 0x77390D) is known color: Peru Tan. HEX triplet: 77, 39 and 0D. RGB value is (119,57,13). Sum of RGB (Red+Green+Blue) = 119+57+13=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #77390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77390D is #88C6F2. Grayscale: #464646. Windows color (decimal): -8963827 or 866679. OLE color: 866679.
HSL color Cylindrical-coordinate representation of color #77390D: hue angle of 24.91º 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 #77390D is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 57 | 13 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.53 |
| HSL | 24.91º | 0.8% | 0.26% | - |
| HSV(B) | 24.91º | 0.89% | 0.47% | - |
| XYZ | 9.14 | 6.88 | 1.23 | - |
| YUV | 70.52 | 95.54 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 13 | 0 | 0.52 | 0.89 | 0.53 | 24.91 | 0.8 | 0.26 |
| Hex | 77 | 39 | D | 0 | 34 | 59 | 35 | 19 | 50 | 1A |
| Octal | 167 | 71 | 15 | 0 | 64 | 131 | 65 | 31 | 120 | 32 |
| Binary | 1110111 | 111001 | 1101 | 0 | 110100 | 1011001 | 110101 | 11001 | 1010000 | 11010 |
Color Harmonies of #77390D
Complementary color
Monochromatic Colors of #77390D
Black with #77390D
Text Example
Text Example
White with #77390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77390D; }
p { color: rgb(119,57,13); }
H1.HeaderClassName
{
color: #77390D;
}
.AnyTagClassName
{
color: #77390D;
}
</style>
background-color css
<style>
a { background-color: #77390D; }
a { background-color: rgb(119,57,13); }
div.DivClassName
{
background-color: #77390D;
}
.BgClassName
{
background-color: #77390D;
}
</style>
border-color css
<style>
span { border-color: #77390D; }
span { border-color: rgb(119,57,13); }
td.TdClassName
{
border-color: #77390D;
}
.TagClassName
{
border-color: #77390D;
}
</style>