Shades of Peru Tan #77310A
Tints of Peru Tan #77310A
RGB
CMYK
RGB Variations
Color information
#77310A (or 0x77310A) is known color: Peru Tan. HEX triplet: 77, 31 and 0A. RGB value is (119,49,10). Sum of RGB (Red+Green+Blue) = 119+49+10=178 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.85% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 119 - color contains mainly: red. Hex color #77310A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77310A is #88CEF5. Grayscale: #414141. Windows color (decimal): -8965878 or 668023. OLE color: 668023.
HSL color Cylindrical-coordinate representation of color #77310A: hue angle of 21.47º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77310A is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 49 | 10 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.53 |
| HSL | 21.47º | 0.84% | 0.25% | - |
| HSV(B) | 21.47º | 0.92% | 0.47% | - |
| XYZ | 8.76 | 6.14 | 1.01 | - |
| YUV | 65.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 10 | 0 | 0.59 | 0.92 | 0.53 | 21.47 | 0.84 | 0.25 |
| Hex | 77 | 31 | A | 0 | 3B | 5C | 35 | 15 | 54 | 19 |
| Octal | 167 | 61 | 12 | 0 | 73 | 134 | 65 | 25 | 124 | 31 |
| Binary | 1110111 | 110001 | 1010 | 0 | 111011 | 1011100 | 110101 | 10101 | 1010100 | 11001 |
Color Harmonies of #77310A
Complementary color
Monochromatic Colors of #77310A
Black with #77310A
Text Example
Text Example
White with #77310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77310A; }
p { color: rgb(119,49,10); }
H1.HeaderClassName
{
color: #77310A;
}
.AnyTagClassName
{
color: #77310A;
}
</style>
background-color css
<style>
a { background-color: #77310A; }
a { background-color: rgb(119,49,10); }
div.DivClassName
{
background-color: #77310A;
}
.BgClassName
{
background-color: #77310A;
}
</style>
border-color css
<style>
span { border-color: #77310A; }
span { border-color: rgb(119,49,10); }
td.TdClassName
{
border-color: #77310A;
}
.TagClassName
{
border-color: #77310A;
}
</style>