Shades of Peru Tan #772B0F
Tints of Peru Tan #772B0F
RGB
CMYK
RGB Variations
Color information
#772B0F (or 0x772B0F) is known color: Peru Tan. HEX triplet: 77, 2B and 0F. RGB value is (119,43,15). Sum of RGB (Red+Green+Blue) = 119+43+15=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #772B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772B0F is #88D4F0. Grayscale: #3E3E3E. Windows color (decimal): -8967409 or 994167. OLE color: 994167.
HSL color Cylindrical-coordinate representation of color #772B0F: hue angle of 16.15º 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 #772B0F is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 15 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.53 |
| HSL | 16.15º | 0.78% | 0.26% | - |
| HSV(B) | 16.15º | 0.87% | 0.47% | - |
| XYZ | 8.56 | 5.68 | 1.1 | - |
| YUV | 62.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 15 | 0 | 0.64 | 0.87 | 0.53 | 16.15 | 0.78 | 0.26 |
| Hex | 77 | 2B | F | 0 | 40 | 57 | 35 | 10 | 4E | 1A |
| Octal | 167 | 53 | 17 | 0 | 100 | 127 | 65 | 20 | 116 | 32 |
| Binary | 1110111 | 101011 | 1111 | 0 | 1000000 | 1010111 | 110101 | 10000 | 1001110 | 11010 |
Color Harmonies of #772B0F
Complementary color
Monochromatic Colors of #772B0F
Black with #772B0F
Text Example
Text Example
White with #772B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B0F; }
p { color: rgb(119,43,15); }
H1.HeaderClassName
{
color: #772B0F;
}
.AnyTagClassName
{
color: #772B0F;
}
</style>
background-color css
<style>
a { background-color: #772B0F; }
a { background-color: rgb(119,43,15); }
div.DivClassName
{
background-color: #772B0F;
}
.BgClassName
{
background-color: #772B0F;
}
</style>
border-color css
<style>
span { border-color: #772B0F; }
span { border-color: rgb(119,43,15); }
td.TdClassName
{
border-color: #772B0F;
}
.TagClassName
{
border-color: #772B0F;
}
</style>