Shades of Peru Tan #77390B
Tints of Peru Tan #77390B
RGB
CMYK
RGB Variations
Color information
#77390B (or 0x77390B) is known color: Peru Tan. HEX triplet: 77, 39 and 0B. RGB value is (119,57,11). Sum of RGB (Red+Green+Blue) = 119+57+11=187 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.64% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 119 - color contains mainly: red. Hex color #77390B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77390B is #88C6F4. Grayscale: #464646. Windows color (decimal): -8963829 or 735607. OLE color: 735607.
HSL color Cylindrical-coordinate representation of color #77390B: hue angle of 25.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77390B is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 57 | 11 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.53 |
| HSL | 25.56º | 0.83% | 0.25% | - |
| HSV(B) | 25.56º | 0.91% | 0.47% | - |
| XYZ | 9.13 | 6.87 | 1.16 | - |
| YUV | 70.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 11 | 0 | 0.52 | 0.91 | 0.53 | 25.56 | 0.83 | 0.25 |
| Hex | 77 | 39 | B | 0 | 34 | 5B | 35 | 1A | 53 | 19 |
| Octal | 167 | 71 | 13 | 0 | 64 | 133 | 65 | 32 | 123 | 31 |
| Binary | 1110111 | 111001 | 1011 | 0 | 110100 | 1011011 | 110101 | 11010 | 1010011 | 11001 |
Color Harmonies of #77390B
Complementary color
Monochromatic Colors of #77390B
Black with #77390B
Text Example
Text Example
White with #77390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77390B; }
p { color: rgb(119,57,11); }
H1.HeaderClassName
{
color: #77390B;
}
.AnyTagClassName
{
color: #77390B;
}
</style>
background-color css
<style>
a { background-color: #77390B; }
a { background-color: rgb(119,57,11); }
div.DivClassName
{
background-color: #77390B;
}
.BgClassName
{
background-color: #77390B;
}
</style>
border-color css
<style>
span { border-color: #77390B; }
span { border-color: rgb(119,57,11); }
td.TdClassName
{
border-color: #77390B;
}
.TagClassName
{
border-color: #77390B;
}
</style>