Shades of Peru Tan #77350E
Tints of Peru Tan #77350E
RGB
CMYK
RGB Variations
Color information
#77350E (or 0x77350E) is known color: Peru Tan. HEX triplet: 77, 35 and 0E. RGB value is (119,53,14). Sum of RGB (Red+Green+Blue) = 119+53+14=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77350E is #88CAF1. Grayscale: #444444. Windows color (decimal): -8964850 or 931191. OLE color: 931191.
HSL color Cylindrical-coordinate representation of color #77350E: hue angle of 22.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77350E is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 14 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.53 |
| HSL | 22.29º | 0.79% | 0.26% | - |
| HSV(B) | 22.29º | 0.88% | 0.47% | - |
| XYZ | 8.96 | 6.5 | 1.2 | - |
| YUV | 68.29 | 97.37 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 14 | 0 | 0.55 | 0.88 | 0.53 | 22.29 | 0.79 | 0.26 |
| Hex | 77 | 35 | E | 0 | 37 | 58 | 35 | 16 | 4F | 1A |
| Octal | 167 | 65 | 16 | 0 | 67 | 130 | 65 | 26 | 117 | 32 |
| Binary | 1110111 | 110101 | 1110 | 0 | 110111 | 1011000 | 110101 | 10110 | 1001111 | 11010 |
Color Harmonies of #77350E
Complementary color
Monochromatic Colors of #77350E
Black with #77350E
Text Example
Text Example
White with #77350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77350E; }
p { color: rgb(119,53,14); }
H1.HeaderClassName
{
color: #77350E;
}
.AnyTagClassName
{
color: #77350E;
}
</style>
background-color css
<style>
a { background-color: #77350E; }
a { background-color: rgb(119,53,14); }
div.DivClassName
{
background-color: #77350E;
}
.BgClassName
{
background-color: #77350E;
}
</style>
border-color css
<style>
span { border-color: #77350E; }
span { border-color: rgb(119,53,14); }
td.TdClassName
{
border-color: #77350E;
}
.TagClassName
{
border-color: #77350E;
}
</style>