Shades of Peru Tan #76360B
Tints of Peru Tan #76360B
RGB
CMYK
RGB Variations
Color information
#76360B (or 0x76360B) is known color: Peru Tan. HEX triplet: 76, 36 and 0B. RGB value is (118,54,11). Sum of RGB (Red+Green+Blue) = 118+54+11=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76360B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76360B is #89C9F4. Grayscale: #444444. Windows color (decimal): -9030133 or 734838. OLE color: 734838.
HSL color Cylindrical-coordinate representation of color #76360B: hue angle of 24.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76360B is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 54 | 11 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.54 |
| HSL | 24.11º | 0.83% | 0.25% | - |
| HSV(B) | 24.11º | 0.91% | 0.46% | - |
| XYZ | 8.85 | 6.51 | 1.11 | - |
| YUV | 68.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 11 | 0 | 0.54 | 0.91 | 0.54 | 24.11 | 0.83 | 0.25 |
| Hex | 76 | 36 | B | 0 | 36 | 5B | 36 | 18 | 53 | 19 |
| Octal | 166 | 66 | 13 | 0 | 66 | 133 | 66 | 30 | 123 | 31 |
| Binary | 1110110 | 110110 | 1011 | 0 | 110110 | 1011011 | 110110 | 11000 | 1010011 | 11001 |
Color Harmonies of #76360B
Complementary color
Monochromatic Colors of #76360B
Black with #76360B
Text Example
Text Example
White with #76360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76360B; }
p { color: rgb(118,54,11); }
H1.HeaderClassName
{
color: #76360B;
}
.AnyTagClassName
{
color: #76360B;
}
</style>
background-color css
<style>
a { background-color: #76360B; }
a { background-color: rgb(118,54,11); }
div.DivClassName
{
background-color: #76360B;
}
.BgClassName
{
background-color: #76360B;
}
</style>
border-color css
<style>
span { border-color: #76360B; }
span { border-color: rgb(118,54,11); }
td.TdClassName
{
border-color: #76360B;
}
.TagClassName
{
border-color: #76360B;
}
</style>