Shades of Peru Tan #773E23
Tints of Peru Tan #773E23
RGB
CMYK
RGB Variations
Color information
#773E23 (or 0x773E23) is known color: Peru Tan. HEX triplet: 77, 3E and 23. RGB value is (119,62,35). Sum of RGB (Red+Green+Blue) = 119+62+35=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #773E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E23 is #88C1DC. Grayscale: #4C4C4C. Windows color (decimal): -8962525 or 2309751. OLE color: 2309751.
HSL color Cylindrical-coordinate representation of color #773E23: hue angle of 19.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773E23 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 35 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.53 |
| HSL | 19.29º | 0.55% | 0.3% | - |
| HSV(B) | 19.29º | 0.71% | 0.47% | - |
| XYZ | 9.63 | 7.49 | 2.53 | - |
| YUV | 75.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 35 | 0 | 0.48 | 0.71 | 0.53 | 19.29 | 0.55 | 0.3 |
| Hex | 77 | 3E | 23 | 0 | 30 | 47 | 35 | 13 | 37 | 1E |
| Octal | 167 | 76 | 43 | 0 | 60 | 107 | 65 | 23 | 67 | 36 |
| Binary | 1110111 | 111110 | 100011 | 0 | 110000 | 1000111 | 110101 | 10011 | 110111 | 11110 |
Color Harmonies of #773E23
Complementary color
Monochromatic Colors of #773E23
Black with #773E23
Text Example
Text Example
White with #773E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E23; }
p { color: rgb(119,62,35); }
H1.HeaderClassName
{
color: #773E23;
}
.AnyTagClassName
{
color: #773E23;
}
</style>
background-color css
<style>
a { background-color: #773E23; }
a { background-color: rgb(119,62,35); }
div.DivClassName
{
background-color: #773E23;
}
.BgClassName
{
background-color: #773E23;
}
</style>
border-color css
<style>
span { border-color: #773E23; }
span { border-color: rgb(119,62,35); }
td.TdClassName
{
border-color: #773E23;
}
.TagClassName
{
border-color: #773E23;
}
</style>