Shades of Peru Tan #763E17
Tints of Peru Tan #763E17
RGB
CMYK
RGB Variations
Color information
#763E17 (or 0x763E17) is known color: Peru Tan. HEX triplet: 76, 3E and 17. RGB value is (118,62,23). Sum of RGB (Red+Green+Blue) = 118+62+23=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #763E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763E17 is #89C1E8. Grayscale: #4A4A4A. Windows color (decimal): -9028073 or 1523318. OLE color: 1523318.
HSL color Cylindrical-coordinate representation of color #763E17: hue angle of 24.63º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #763E17 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 23 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.54 |
| HSL | 24.63º | 0.67% | 0.28% | - |
| HSV(B) | 24.63º | 0.81% | 0.46% | - |
| XYZ | 9.35 | 7.36 | 1.74 | - |
| YUV | 74.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 23 | 0 | 0.47 | 0.81 | 0.54 | 24.63 | 0.67 | 0.28 |
| Hex | 76 | 3E | 17 | 0 | 2F | 51 | 36 | 19 | 43 | 1C |
| Octal | 166 | 76 | 27 | 0 | 57 | 121 | 66 | 31 | 103 | 34 |
| Binary | 1110110 | 111110 | 10111 | 0 | 101111 | 1010001 | 110110 | 11001 | 1000011 | 11100 |
Color Harmonies of #763E17
Complementary color
Monochromatic Colors of #763E17
Black with #763E17
Text Example
Text Example
White with #763E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E17; }
p { color: rgb(118,62,23); }
H1.HeaderClassName
{
color: #763E17;
}
.AnyTagClassName
{
color: #763E17;
}
</style>
background-color css
<style>
a { background-color: #763E17; }
a { background-color: rgb(118,62,23); }
div.DivClassName
{
background-color: #763E17;
}
.BgClassName
{
background-color: #763E17;
}
</style>
border-color css
<style>
span { border-color: #763E17; }
span { border-color: rgb(118,62,23); }
td.TdClassName
{
border-color: #763E17;
}
.TagClassName
{
border-color: #763E17;
}
</style>