Shades of Peru Tan #773000
Tints of Peru Tan #773000
RGB
CMYK
RGB Variations
Color information
#773000 (or 0x773000) is known color: Peru Tan. HEX triplet: 77, 30 and 00. RGB value is (119,48,0). Sum of RGB (Red+Green+Blue) = 119+48+0=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #773000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #773000 is #88CFFF. Grayscale: #404040. Windows color (decimal): -8966144 or 12407. OLE color: 12407.
HSL color Cylindrical-coordinate representation of color #773000: hue angle of 24.2º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #773000 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.53 |
| HSL | 24.2º | 1% | 0.23% | - |
| HSV(B) | 24.2º | 1% | 0.47% | - |
| XYZ | 8.66 | 6.04 | 0.71 | - |
| YUV | 63.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 0 | 0 | 0.60 | 1 | 0.53 | 24.2 | 1 | 0.23 |
| Hex | 77 | 30 | 0 | 0 | 3C | 64 | 35 | 18 | 64 | 17 |
| Octal | 167 | 60 | 0 | 0 | 74 | 144 | 65 | 30 | 144 | 27 |
| Binary | 1110111 | 110000 | 0 | 0 | 111100 | 1100100 | 110101 | 11000 | 1100100 | 10111 |
Color Harmonies of #773000
Complementary color
Monochromatic Colors of #773000
Black with #773000
Text Example
Text Example
White with #773000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773000; }
p { color: rgb(119,48,0); }
H1.HeaderClassName
{
color: #773000;
}
.AnyTagClassName
{
color: #773000;
}
</style>
background-color css
<style>
a { background-color: #773000; }
a { background-color: rgb(119,48,0); }
div.DivClassName
{
background-color: #773000;
}
.BgClassName
{
background-color: #773000;
}
</style>
border-color css
<style>
span { border-color: #773000; }
span { border-color: rgb(119,48,0); }
td.TdClassName
{
border-color: #773000;
}
.TagClassName
{
border-color: #773000;
}
</style>