Shades of Peru Tan #773E1E
Tints of Peru Tan #773E1E
RGB
CMYK
RGB Variations
Color information
#773E1E (or 0x773E1E) is known color: Peru Tan. HEX triplet: 77, 3E and 1E. RGB value is (119,62,30). Sum of RGB (Red+Green+Blue) = 119+62+30=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 62 (24.61% from 255 or 29.38% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #773E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E1E is #88C1E1. Grayscale: #4B4B4B. Windows color (decimal): -8962530 or 1982071. OLE color: 1982071.
HSL color Cylindrical-coordinate representation of color #773E1E: hue angle of 21.57º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773E1E is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 30 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.53 |
| HSL | 21.57º | 0.6% | 0.29% | - |
| HSV(B) | 21.57º | 0.75% | 0.47% | - |
| XYZ | 9.56 | 7.46 | 2.16 | - |
| YUV | 75.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 30 | 0 | 0.48 | 0.75 | 0.53 | 21.57 | 0.6 | 0.29 |
| Hex | 77 | 3E | 1E | 0 | 30 | 4B | 35 | 16 | 3C | 1D |
| Octal | 167 | 76 | 36 | 0 | 60 | 113 | 65 | 26 | 74 | 35 |
| Binary | 1110111 | 111110 | 11110 | 0 | 110000 | 1001011 | 110101 | 10110 | 111100 | 11101 |
Color Harmonies of #773E1E
Complementary color
Monochromatic Colors of #773E1E
Black with #773E1E
Text Example
Text Example
White with #773E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E1E; }
p { color: rgb(119,62,30); }
H1.HeaderClassName
{
color: #773E1E;
}
.AnyTagClassName
{
color: #773E1E;
}
</style>
background-color css
<style>
a { background-color: #773E1E; }
a { background-color: rgb(119,62,30); }
div.DivClassName
{
background-color: #773E1E;
}
.BgClassName
{
background-color: #773E1E;
}
</style>
border-color css
<style>
span { border-color: #773E1E; }
span { border-color: rgb(119,62,30); }
td.TdClassName
{
border-color: #773E1E;
}
.TagClassName
{
border-color: #773E1E;
}
</style>