Shades of Peru Tan #77391C
Tints of Peru Tan #77391C
RGB
CMYK
RGB Variations
Color information
#77391C (or 0x77391C) is known color: Peru Tan. HEX triplet: 77, 39 and 1C. RGB value is (119,57,28). Sum of RGB (Red+Green+Blue) = 119+57+28=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #77391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77391C is #88C6E3. Grayscale: #484848. Windows color (decimal): -8963812 or 1849719. OLE color: 1849719.
HSL color Cylindrical-coordinate representation of color #77391C: hue angle of 19.12º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77391C is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 57 | 28 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.53 |
| HSL | 19.12º | 0.62% | 0.29% | - |
| HSV(B) | 19.12º | 0.76% | 0.47% | - |
| XYZ | 9.28 | 6.93 | 1.95 | - |
| YUV | 72.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 28 | 0 | 0.52 | 0.76 | 0.53 | 19.12 | 0.62 | 0.29 |
| Hex | 77 | 39 | 1C | 0 | 34 | 4C | 35 | 13 | 3E | 1D |
| Octal | 167 | 71 | 34 | 0 | 64 | 114 | 65 | 23 | 76 | 35 |
| Binary | 1110111 | 111001 | 11100 | 0 | 110100 | 1001100 | 110101 | 10011 | 111110 | 11101 |
Color Harmonies of #77391C
Complementary color
Monochromatic Colors of #77391C
Black with #77391C
Text Example
Text Example
White with #77391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77391C; }
p { color: rgb(119,57,28); }
H1.HeaderClassName
{
color: #77391C;
}
.AnyTagClassName
{
color: #77391C;
}
</style>
background-color css
<style>
a { background-color: #77391C; }
a { background-color: rgb(119,57,28); }
div.DivClassName
{
background-color: #77391C;
}
.BgClassName
{
background-color: #77391C;
}
</style>
border-color css
<style>
span { border-color: #77391C; }
span { border-color: rgb(119,57,28); }
td.TdClassName
{
border-color: #77391C;
}
.TagClassName
{
border-color: #77391C;
}
</style>