Shades of Peru Tan #77350C
Tints of Peru Tan #77350C
RGB
CMYK
RGB Variations
Color information
#77350C (or 0x77350C) is known color: Peru Tan. HEX triplet: 77, 35 and 0C. RGB value is (119,53,12). Sum of RGB (Red+Green+Blue) = 119+53+12=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #77350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77350C is #88CAF3. Grayscale: #444444. Windows color (decimal): -8964852 or 800119. OLE color: 800119.
HSL color Cylindrical-coordinate representation of color #77350C: hue angle of 22.99º 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 #77350C is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 12 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.53 |
| HSL | 22.99º | 0.82% | 0.26% | - |
| HSV(B) | 22.99º | 0.9% | 0.47% | - |
| XYZ | 8.95 | 6.49 | 1.13 | - |
| YUV | 68.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 12 | 0 | 0.55 | 0.90 | 0.53 | 22.99 | 0.82 | 0.26 |
| Hex | 77 | 35 | C | 0 | 37 | 5A | 35 | 17 | 52 | 1A |
| Octal | 167 | 65 | 14 | 0 | 67 | 132 | 65 | 27 | 122 | 32 |
| Binary | 1110111 | 110101 | 1100 | 0 | 110111 | 1011010 | 110101 | 10111 | 1010010 | 11010 |
Color Harmonies of #77350C
Complementary color
Monochromatic Colors of #77350C
Black with #77350C
Text Example
Text Example
White with #77350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77350C; }
p { color: rgb(119,53,12); }
H1.HeaderClassName
{
color: #77350C;
}
.AnyTagClassName
{
color: #77350C;
}
</style>
background-color css
<style>
a { background-color: #77350C; }
a { background-color: rgb(119,53,12); }
div.DivClassName
{
background-color: #77350C;
}
.BgClassName
{
background-color: #77350C;
}
</style>
border-color css
<style>
span { border-color: #77350C; }
span { border-color: rgb(119,53,12); }
td.TdClassName
{
border-color: #77350C;
}
.TagClassName
{
border-color: #77350C;
}
</style>