Shades of Peru Tan #77270A
Tints of Peru Tan #77270A
RGB
CMYK
RGB Variations
Color information
#77270A (or 0x77270A) is known color: Peru Tan. HEX triplet: 77, 27 and 0A. RGB value is (119,39,10). Sum of RGB (Red+Green+Blue) = 119+39+10=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77270A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77270A is #88D8F5. Grayscale: #3B3B3B. Windows color (decimal): -8968438 or 665463. OLE color: 665463.
HSL color Cylindrical-coordinate representation of color #77270A: hue angle of 15.96º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77270A is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 39 | 10 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.53 |
| HSL | 15.96º | 0.84% | 0.25% | - |
| HSV(B) | 15.96º | 0.92% | 0.47% | - |
| XYZ | 8.39 | 5.39 | 0.89 | - |
| YUV | 59.61 | 100 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 10 | 0 | 0.67 | 0.92 | 0.53 | 15.96 | 0.84 | 0.25 |
| Hex | 77 | 27 | A | 0 | 43 | 5C | 35 | 10 | 54 | 19 |
| Octal | 167 | 47 | 12 | 0 | 103 | 134 | 65 | 20 | 124 | 31 |
| Binary | 1110111 | 100111 | 1010 | 0 | 1000011 | 1011100 | 110101 | 10000 | 1010100 | 11001 |
Color Harmonies of #77270A
Complementary color
Monochromatic Colors of #77270A
Black with #77270A
Text Example
Text Example
White with #77270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77270A; }
p { color: rgb(119,39,10); }
H1.HeaderClassName
{
color: #77270A;
}
.AnyTagClassName
{
color: #77270A;
}
</style>
background-color css
<style>
a { background-color: #77270A; }
a { background-color: rgb(119,39,10); }
div.DivClassName
{
background-color: #77270A;
}
.BgClassName
{
background-color: #77270A;
}
</style>
border-color css
<style>
span { border-color: #77270A; }
span { border-color: rgb(119,39,10); }
td.TdClassName
{
border-color: #77270A;
}
.TagClassName
{
border-color: #77270A;
}
</style>