Shades of Peru Tan #77340F
Tints of Peru Tan #77340F
RGB
CMYK
RGB Variations
Color information
#77340F (or 0x77340F) is known color: Peru Tan. HEX triplet: 77, 34 and 0F. RGB value is (119,52,15). Sum of RGB (Red+Green+Blue) = 119+52+15=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77340F is #88CBF0. Grayscale: #444444. Windows color (decimal): -8965105 or 996471. OLE color: 996471.
HSL color Cylindrical-coordinate representation of color #77340F: hue angle of 21.35º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #77340F is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 15 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.53 |
| HSL | 21.35º | 0.78% | 0.26% | - |
| HSV(B) | 21.35º | 0.87% | 0.47% | - |
| XYZ | 8.92 | 6.41 | 1.22 | - |
| YUV | 67.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 15 | 0 | 0.56 | 0.87 | 0.53 | 21.35 | 0.78 | 0.26 |
| Hex | 77 | 34 | F | 0 | 38 | 57 | 35 | 15 | 4E | 1A |
| Octal | 167 | 64 | 17 | 0 | 70 | 127 | 65 | 25 | 116 | 32 |
| Binary | 1110111 | 110100 | 1111 | 0 | 111000 | 1010111 | 110101 | 10101 | 1001110 | 11010 |
Color Harmonies of #77340F
Complementary color
Monochromatic Colors of #77340F
Black with #77340F
Text Example
Text Example
White with #77340F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77340F; }
p { color: rgb(119,52,15); }
H1.HeaderClassName
{
color: #77340F;
}
.AnyTagClassName
{
color: #77340F;
}
</style>
background-color css
<style>
a { background-color: #77340F; }
a { background-color: rgb(119,52,15); }
div.DivClassName
{
background-color: #77340F;
}
.BgClassName
{
background-color: #77340F;
}
</style>
border-color css
<style>
span { border-color: #77340F; }
span { border-color: rgb(119,52,15); }
td.TdClassName
{
border-color: #77340F;
}
.TagClassName
{
border-color: #77340F;
}
</style>