Shades of Peru Tan #77341B
Tints of Peru Tan #77341B
RGB
CMYK
RGB Variations
Color information
#77341B (or 0x77341B) is known color: Peru Tan. HEX triplet: 77, 34 and 1B. RGB value is (119,52,27). Sum of RGB (Red+Green+Blue) = 119+52+27=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 27 (10.94% from 255 or 13.64% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77341B is #88CBE4. Grayscale: #454545. Windows color (decimal): -8965093 or 1782903. OLE color: 1782903.
HSL color Cylindrical-coordinate representation of color #77341B: hue angle of 16.3º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77341B is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 27 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.53 |
| HSL | 16.3º | 0.63% | 0.29% | - |
| HSV(B) | 16.3º | 0.77% | 0.47% | - |
| XYZ | 9.03 | 6.46 | 1.81 | - |
| YUV | 69.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 27 | 0 | 0.56 | 0.77 | 0.53 | 16.3 | 0.63 | 0.29 |
| Hex | 77 | 34 | 1B | 0 | 38 | 4D | 35 | 10 | 3F | 1D |
| Octal | 167 | 64 | 33 | 0 | 70 | 115 | 65 | 20 | 77 | 35 |
| Binary | 1110111 | 110100 | 11011 | 0 | 111000 | 1001101 | 110101 | 10000 | 111111 | 11101 |
Color Harmonies of #77341B
Complementary color
Monochromatic Colors of #77341B
Black with #77341B
Text Example
Text Example
White with #77341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77341B; }
p { color: rgb(119,52,27); }
H1.HeaderClassName
{
color: #77341B;
}
.AnyTagClassName
{
color: #77341B;
}
</style>
background-color css
<style>
a { background-color: #77341B; }
a { background-color: rgb(119,52,27); }
div.DivClassName
{
background-color: #77341B;
}
.BgClassName
{
background-color: #77341B;
}
</style>
border-color css
<style>
span { border-color: #77341B; }
span { border-color: rgb(119,52,27); }
td.TdClassName
{
border-color: #77341B;
}
.TagClassName
{
border-color: #77341B;
}
</style>