Shades of Peru Tan #77360D
Tints of Peru Tan #77360D
RGB
CMYK
RGB Variations
Color information
#77360D (or 0x77360D) is known color: Peru Tan. HEX triplet: 77, 36 and 0D. RGB value is (119,54,13). Sum of RGB (Red+Green+Blue) = 119+54+13=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77360D is #88C9F2. Grayscale: #444444. Windows color (decimal): -8964595 or 865911. OLE color: 865911.
HSL color Cylindrical-coordinate representation of color #77360D: hue angle of 23.21º 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 #77360D is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 54 | 13 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.53 |
| HSL | 23.21º | 0.8% | 0.26% | - |
| HSV(B) | 23.21º | 0.89% | 0.47% | - |
| XYZ | 9 | 6.59 | 1.18 | - |
| YUV | 68.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 13 | 0 | 0.55 | 0.89 | 0.53 | 23.21 | 0.8 | 0.26 |
| Hex | 77 | 36 | D | 0 | 37 | 59 | 35 | 17 | 50 | 1A |
| Octal | 167 | 66 | 15 | 0 | 67 | 131 | 65 | 27 | 120 | 32 |
| Binary | 1110111 | 110110 | 1101 | 0 | 110111 | 1011001 | 110101 | 10111 | 1010000 | 11010 |
Color Harmonies of #77360D
Complementary color
Monochromatic Colors of #77360D
Black with #77360D
Text Example
Text Example
White with #77360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77360D; }
p { color: rgb(119,54,13); }
H1.HeaderClassName
{
color: #77360D;
}
.AnyTagClassName
{
color: #77360D;
}
</style>
background-color css
<style>
a { background-color: #77360D; }
a { background-color: rgb(119,54,13); }
div.DivClassName
{
background-color: #77360D;
}
.BgClassName
{
background-color: #77360D;
}
</style>
border-color css
<style>
span { border-color: #77360D; }
span { border-color: rgb(119,54,13); }
td.TdClassName
{
border-color: #77360D;
}
.TagClassName
{
border-color: #77360D;
}
</style>