Shades of Peru Tan #772803
Tints of Peru Tan #772803
RGB
CMYK
RGB Variations
Color information
#772803 (or 0x772803) is known color: Peru Tan. HEX triplet: 77, 28 and 03. RGB value is (119,40,3). Sum of RGB (Red+Green+Blue) = 119+40+3=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #772803 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772803 is #88D7FC. Grayscale: #3B3B3B. Windows color (decimal): -8968189 or 206967. OLE color: 206967.
HSL color Cylindrical-coordinate representation of color #772803: hue angle of 19.14º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #772803 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 3 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.53 |
| HSL | 19.14º | 0.95% | 0.24% | - |
| HSV(B) | 19.14º | 0.97% | 0.47% | - |
| XYZ | 8.38 | 5.45 | 0.7 | - |
| YUV | 59.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 3 | 0 | 0.66 | 0.97 | 0.53 | 19.14 | 0.95 | 0.24 |
| Hex | 77 | 28 | 3 | 0 | 42 | 61 | 35 | 13 | 5F | 18 |
| Octal | 167 | 50 | 3 | 0 | 102 | 141 | 65 | 23 | 137 | 30 |
| Binary | 1110111 | 101000 | 11 | 0 | 1000010 | 1100001 | 110101 | 10011 | 1011111 | 11000 |
Color Harmonies of #772803
Complementary color
Monochromatic Colors of #772803
Black with #772803
Text Example
Text Example
White with #772803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772803; }
p { color: rgb(119,40,3); }
H1.HeaderClassName
{
color: #772803;
}
.AnyTagClassName
{
color: #772803;
}
</style>
background-color css
<style>
a { background-color: #772803; }
a { background-color: rgb(119,40,3); }
div.DivClassName
{
background-color: #772803;
}
.BgClassName
{
background-color: #772803;
}
</style>
border-color css
<style>
span { border-color: #772803; }
span { border-color: rgb(119,40,3); }
td.TdClassName
{
border-color: #772803;
}
.TagClassName
{
border-color: #772803;
}
</style>