Shades of Peru Tan #763F17
Tints of Peru Tan #763F17
RGB
CMYK
RGB Variations
Color information
#763F17 (or 0x763F17) is known color: Peru Tan. HEX triplet: 76, 3F and 17. RGB value is (118,63,23). Sum of RGB (Red+Green+Blue) = 118+63+23=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #763F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F17 is #89C0E8. Grayscale: #4B4B4B. Windows color (decimal): -9027817 or 1523574. OLE color: 1523574.
HSL color Cylindrical-coordinate representation of color #763F17: hue angle of 25.26º 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 #763F17 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 23 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.54 |
| HSL | 25.26º | 0.67% | 0.28% | - |
| HSV(B) | 25.26º | 0.81% | 0.46% | - |
| XYZ | 9.4 | 7.47 | 1.76 | - |
| YUV | 74.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 23 | 0 | 0.47 | 0.81 | 0.54 | 25.26 | 0.67 | 0.28 |
| Hex | 76 | 3F | 17 | 0 | 2F | 51 | 36 | 19 | 43 | 1C |
| Octal | 166 | 77 | 27 | 0 | 57 | 121 | 66 | 31 | 103 | 34 |
| Binary | 1110110 | 111111 | 10111 | 0 | 101111 | 1010001 | 110110 | 11001 | 1000011 | 11100 |
Color Harmonies of #763F17
Complementary color
Monochromatic Colors of #763F17
Black with #763F17
Text Example
Text Example
White with #763F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F17; }
p { color: rgb(118,63,23); }
H1.HeaderClassName
{
color: #763F17;
}
.AnyTagClassName
{
color: #763F17;
}
</style>
background-color css
<style>
a { background-color: #763F17; }
a { background-color: rgb(118,63,23); }
div.DivClassName
{
background-color: #763F17;
}
.BgClassName
{
background-color: #763F17;
}
</style>
border-color css
<style>
span { border-color: #763F17; }
span { border-color: rgb(118,63,23); }
td.TdClassName
{
border-color: #763F17;
}
.TagClassName
{
border-color: #763F17;
}
</style>