Shades of Peru Tan #76361D
Tints of Peru Tan #76361D
RGB
CMYK
RGB Variations
Color information
#76361D (or 0x76361D) is known color: Peru Tan. HEX triplet: 76, 36 and 1D. RGB value is (118,54,29). Sum of RGB (Red+Green+Blue) = 118+54+29=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76361D is #89C9E2. Grayscale: #464646. Windows color (decimal): -9030115 or 1914486. OLE color: 1914486.
HSL color Cylindrical-coordinate representation of color #76361D: hue angle of 16.85º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76361D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 54 | 29 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.54 |
| HSL | 16.85º | 0.61% | 0.29% | - |
| HSV(B) | 16.85º | 0.75% | 0.46% | - |
| XYZ | 9.01 | 6.58 | 1.96 | - |
| YUV | 70.29 | 104.7 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 29 | 0 | 0.54 | 0.75 | 0.54 | 16.85 | 0.61 | 0.29 |
| Hex | 76 | 36 | 1D | 0 | 36 | 4B | 36 | 11 | 3D | 1D |
| Octal | 166 | 66 | 35 | 0 | 66 | 113 | 66 | 21 | 75 | 35 |
| Binary | 1110110 | 110110 | 11101 | 0 | 110110 | 1001011 | 110110 | 10001 | 111101 | 11101 |
Color Harmonies of #76361D
Complementary color
Monochromatic Colors of #76361D
Black with #76361D
Text Example
Text Example
White with #76361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76361D; }
p { color: rgb(118,54,29); }
H1.HeaderClassName
{
color: #76361D;
}
.AnyTagClassName
{
color: #76361D;
}
</style>
background-color css
<style>
a { background-color: #76361D; }
a { background-color: rgb(118,54,29); }
div.DivClassName
{
background-color: #76361D;
}
.BgClassName
{
background-color: #76361D;
}
</style>
border-color css
<style>
span { border-color: #76361D; }
span { border-color: rgb(118,54,29); }
td.TdClassName
{
border-color: #76361D;
}
.TagClassName
{
border-color: #76361D;
}
</style>