Shades of Peru Tan #77280C
Tints of Peru Tan #77280C
RGB
CMYK
RGB Variations
Color information
#77280C (or 0x77280C) is known color: Peru Tan. HEX triplet: 77, 28 and 0C. RGB value is (119,40,12). Sum of RGB (Red+Green+Blue) = 119+40+12=171 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.59% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 119 - color contains mainly: red. Hex color #77280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77280C is #88D7F3. Grayscale: #3C3C3C. Windows color (decimal): -8968180 or 796791. OLE color: 796791.
HSL color Cylindrical-coordinate representation of color #77280C: hue angle of 15.7º 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 #77280C is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 12 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.53 |
| HSL | 15.7º | 0.82% | 0.26% | - |
| HSV(B) | 15.7º | 0.9% | 0.47% | - |
| XYZ | 8.43 | 5.47 | 0.96 | - |
| YUV | 60.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 12 | 0 | 0.66 | 0.90 | 0.53 | 15.7 | 0.82 | 0.26 |
| Hex | 77 | 28 | C | 0 | 42 | 5A | 35 | 10 | 52 | 1A |
| Octal | 167 | 50 | 14 | 0 | 102 | 132 | 65 | 20 | 122 | 32 |
| Binary | 1110111 | 101000 | 1100 | 0 | 1000010 | 1011010 | 110101 | 10000 | 1010010 | 11010 |
Color Harmonies of #77280C
Complementary color
Monochromatic Colors of #77280C
Black with #77280C
Text Example
Text Example
White with #77280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77280C; }
p { color: rgb(119,40,12); }
H1.HeaderClassName
{
color: #77280C;
}
.AnyTagClassName
{
color: #77280C;
}
</style>
background-color css
<style>
a { background-color: #77280C; }
a { background-color: rgb(119,40,12); }
div.DivClassName
{
background-color: #77280C;
}
.BgClassName
{
background-color: #77280C;
}
</style>
border-color css
<style>
span { border-color: #77280C; }
span { border-color: rgb(119,40,12); }
td.TdClassName
{
border-color: #77280C;
}
.TagClassName
{
border-color: #77280C;
}
</style>