Shades of Peru Tan #77360C
Tints of Peru Tan #77360C
RGB
CMYK
RGB Variations
Color information
#77360C (or 0x77360C) is known color: Peru Tan. HEX triplet: 77, 36 and 0C. RGB value is (119,54,12). Sum of RGB (Red+Green+Blue) = 119+54+12=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #77360C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77360C is #88C9F3. Grayscale: #444444. Windows color (decimal): -8964596 or 800375. OLE color: 800375.
HSL color Cylindrical-coordinate representation of color #77360C: hue angle of 23.55º 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 #77360C is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 54 | 12 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.53 |
| HSL | 23.55º | 0.82% | 0.26% | - |
| HSV(B) | 23.55º | 0.9% | 0.47% | - |
| XYZ | 8.99 | 6.59 | 1.15 | - |
| YUV | 68.65 | 96.03 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 12 | 0 | 0.55 | 0.90 | 0.53 | 23.55 | 0.82 | 0.26 |
| Hex | 77 | 36 | C | 0 | 37 | 5A | 35 | 18 | 52 | 1A |
| Octal | 167 | 66 | 14 | 0 | 67 | 132 | 65 | 30 | 122 | 32 |
| Binary | 1110111 | 110110 | 1100 | 0 | 110111 | 1011010 | 110101 | 11000 | 1010010 | 11010 |
Color Harmonies of #77360C
Complementary color
Monochromatic Colors of #77360C
Black with #77360C
Text Example
Text Example
White with #77360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77360C; }
p { color: rgb(119,54,12); }
H1.HeaderClassName
{
color: #77360C;
}
.AnyTagClassName
{
color: #77360C;
}
</style>
background-color css
<style>
a { background-color: #77360C; }
a { background-color: rgb(119,54,12); }
div.DivClassName
{
background-color: #77360C;
}
.BgClassName
{
background-color: #77360C;
}
</style>
border-color css
<style>
span { border-color: #77360C; }
span { border-color: rgb(119,54,12); }
td.TdClassName
{
border-color: #77360C;
}
.TagClassName
{
border-color: #77360C;
}
</style>