Shades of Peru Tan #763F1C
Tints of Peru Tan #763F1C
RGB
CMYK
RGB Variations
Color information
#763F1C (or 0x763F1C) is known color: Peru Tan. HEX triplet: 76, 3F and 1C. RGB value is (118,63,28). Sum of RGB (Red+Green+Blue) = 118+63+28=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 28 (11.33% from 255 or 13.40% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #763F1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F1C is #89C0E3. Grayscale: #4B4B4B. Windows color (decimal): -9027812 or 1851254. OLE color: 1851254.
HSL color Cylindrical-coordinate representation of color #763F1C: hue angle of 23.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #763F1C is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 28 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.54 |
| HSL | 23.33º | 0.62% | 0.29% | - |
| HSV(B) | 23.33º | 0.76% | 0.46% | - |
| XYZ | 9.46 | 7.49 | 2.05 | - |
| YUV | 75.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 28 | 0 | 0.47 | 0.76 | 0.54 | 23.33 | 0.62 | 0.29 |
| Hex | 76 | 3F | 1C | 0 | 2F | 4C | 36 | 17 | 3E | 1D |
| Octal | 166 | 77 | 34 | 0 | 57 | 114 | 66 | 27 | 76 | 35 |
| Binary | 1110110 | 111111 | 11100 | 0 | 101111 | 1001100 | 110110 | 10111 | 111110 | 11101 |
Color Harmonies of #763F1C
Complementary color
Monochromatic Colors of #763F1C
Black with #763F1C
Text Example
Text Example
White with #763F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F1C; }
p { color: rgb(118,63,28); }
H1.HeaderClassName
{
color: #763F1C;
}
.AnyTagClassName
{
color: #763F1C;
}
</style>
background-color css
<style>
a { background-color: #763F1C; }
a { background-color: rgb(118,63,28); }
div.DivClassName
{
background-color: #763F1C;
}
.BgClassName
{
background-color: #763F1C;
}
</style>
border-color css
<style>
span { border-color: #763F1C; }
span { border-color: rgb(118,63,28); }
td.TdClassName
{
border-color: #763F1C;
}
.TagClassName
{
border-color: #763F1C;
}
</style>