Shades of Peru Tan #77361D
Tints of Peru Tan #77361D
RGB
CMYK
RGB Variations
Color information
#77361D (or 0x77361D) is known color: Peru Tan. HEX triplet: 77, 36 and 1D. RGB value is (119,54,29). Sum of RGB (Red+Green+Blue) = 119+54+29=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77361D is #88C9E2. Grayscale: #464646. Windows color (decimal): -8964579 or 1914487. OLE color: 1914487.
HSL color Cylindrical-coordinate representation of color #77361D: hue angle of 16.67º degrees, saturation: 0.61, 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 #77361D is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 54 | 29 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.53 |
| HSL | 16.67º | 0.61% | 0.29% | - |
| HSV(B) | 16.67º | 0.76% | 0.47% | - |
| XYZ | 9.15 | 6.65 | 1.96 | - |
| YUV | 70.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 29 | 0 | 0.55 | 0.76 | 0.53 | 16.67 | 0.61 | 0.29 |
| Hex | 77 | 36 | 1D | 0 | 37 | 4C | 35 | 11 | 3D | 1D |
| Octal | 167 | 66 | 35 | 0 | 67 | 114 | 65 | 21 | 75 | 35 |
| Binary | 1110111 | 110110 | 11101 | 0 | 110111 | 1001100 | 110101 | 10001 | 111101 | 11101 |
Color Harmonies of #77361D
Complementary color
Monochromatic Colors of #77361D
Black with #77361D
Text Example
Text Example
White with #77361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77361D; }
p { color: rgb(119,54,29); }
H1.HeaderClassName
{
color: #77361D;
}
.AnyTagClassName
{
color: #77361D;
}
</style>
background-color css
<style>
a { background-color: #77361D; }
a { background-color: rgb(119,54,29); }
div.DivClassName
{
background-color: #77361D;
}
.BgClassName
{
background-color: #77361D;
}
</style>
border-color css
<style>
span { border-color: #77361D; }
span { border-color: rgb(119,54,29); }
td.TdClassName
{
border-color: #77361D;
}
.TagClassName
{
border-color: #77361D;
}
</style>