Shades of Peru Tan #77390C
Tints of Peru Tan #77390C
RGB
CMYK
RGB Variations
Color information
#77390C (or 0x77390C) is known color: Peru Tan. HEX triplet: 77, 39 and 0C. RGB value is (119,57,12). Sum of RGB (Red+Green+Blue) = 119+57+12=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #77390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77390C is #88C6F3. Grayscale: #464646. Windows color (decimal): -8963828 or 801143. OLE color: 801143.
HSL color Cylindrical-coordinate representation of color #77390C: hue angle of 25.23º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77390C is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 57 | 12 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.53 |
| HSL | 25.23º | 0.82% | 0.26% | - |
| HSV(B) | 25.23º | 0.9% | 0.47% | - |
| XYZ | 9.14 | 6.87 | 1.19 | - |
| YUV | 70.41 | 95.04 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 12 | 0 | 0.52 | 0.90 | 0.53 | 25.23 | 0.82 | 0.26 |
| Hex | 77 | 39 | C | 0 | 34 | 5A | 35 | 19 | 52 | 1A |
| Octal | 167 | 71 | 14 | 0 | 64 | 132 | 65 | 31 | 122 | 32 |
| Binary | 1110111 | 111001 | 1100 | 0 | 110100 | 1011010 | 110101 | 11001 | 1010010 | 11010 |
Color Harmonies of #77390C
Complementary color
Monochromatic Colors of #77390C
Black with #77390C
Text Example
Text Example
White with #77390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77390C; }
p { color: rgb(119,57,12); }
H1.HeaderClassName
{
color: #77390C;
}
.AnyTagClassName
{
color: #77390C;
}
</style>
background-color css
<style>
a { background-color: #77390C; }
a { background-color: rgb(119,57,12); }
div.DivClassName
{
background-color: #77390C;
}
.BgClassName
{
background-color: #77390C;
}
</style>
border-color css
<style>
span { border-color: #77390C; }
span { border-color: rgb(119,57,12); }
td.TdClassName
{
border-color: #77390C;
}
.TagClassName
{
border-color: #77390C;
}
</style>