Shades of Peru Tan #77381E
Tints of Peru Tan #77381E
RGB
CMYK
RGB Variations
Color information
#77381E (or 0x77381E) is known color: Peru Tan. HEX triplet: 77, 38 and 1E. RGB value is (119,56,30). Sum of RGB (Red+Green+Blue) = 119+56+30=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #77381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77381E is #88C7E1. Grayscale: #484848. Windows color (decimal): -8964066 or 1980535. OLE color: 1980535.
HSL color Cylindrical-coordinate representation of color #77381E: hue angle of 17.53º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77381E is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 30 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.53 |
| HSL | 17.53º | 0.6% | 0.29% | - |
| HSV(B) | 17.53º | 0.75% | 0.47% | - |
| XYZ | 9.26 | 6.84 | 2.06 | - |
| YUV | 71.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 30 | 0 | 0.53 | 0.75 | 0.53 | 17.53 | 0.6 | 0.29 |
| Hex | 77 | 38 | 1E | 0 | 35 | 4B | 35 | 12 | 3C | 1D |
| Octal | 167 | 70 | 36 | 0 | 65 | 113 | 65 | 22 | 74 | 35 |
| Binary | 1110111 | 111000 | 11110 | 0 | 110101 | 1001011 | 110101 | 10010 | 111100 | 11101 |
Color Harmonies of #77381E
Complementary color
Monochromatic Colors of #77381E
Black with #77381E
Text Example
Text Example
White with #77381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77381E; }
p { color: rgb(119,56,30); }
H1.HeaderClassName
{
color: #77381E;
}
.AnyTagClassName
{
color: #77381E;
}
</style>
background-color css
<style>
a { background-color: #77381E; }
a { background-color: rgb(119,56,30); }
div.DivClassName
{
background-color: #77381E;
}
.BgClassName
{
background-color: #77381E;
}
</style>
border-color css
<style>
span { border-color: #77381E; }
span { border-color: rgb(119,56,30); }
td.TdClassName
{
border-color: #77381E;
}
.TagClassName
{
border-color: #77381E;
}
</style>