Shades of Peru Tan #76381B
Tints of Peru Tan #76381B
RGB
CMYK
RGB Variations
Color information
#76381B (or 0x76381B) is known color: Peru Tan. HEX triplet: 76, 38 and 1B. RGB value is (118,56,27). Sum of RGB (Red+Green+Blue) = 118+56+27=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76381B is #89C7E4. Grayscale: #474747. Windows color (decimal): -9029605 or 1783926. OLE color: 1783926.
HSL color Cylindrical-coordinate representation of color #76381B: hue angle of 19.12º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76381B is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 27 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.54 |
| HSL | 19.12º | 0.63% | 0.28% | - |
| HSV(B) | 19.12º | 0.77% | 0.46% | - |
| XYZ | 9.08 | 6.76 | 1.86 | - |
| YUV | 71.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 27 | 0 | 0.53 | 0.77 | 0.54 | 19.12 | 0.63 | 0.28 |
| Hex | 76 | 38 | 1B | 0 | 35 | 4D | 36 | 13 | 3F | 1C |
| Octal | 166 | 70 | 33 | 0 | 65 | 115 | 66 | 23 | 77 | 34 |
| Binary | 1110110 | 111000 | 11011 | 0 | 110101 | 1001101 | 110110 | 10011 | 111111 | 11100 |
Color Harmonies of #76381B
Complementary color
Monochromatic Colors of #76381B
Black with #76381B
Text Example
Text Example
White with #76381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76381B; }
p { color: rgb(118,56,27); }
H1.HeaderClassName
{
color: #76381B;
}
.AnyTagClassName
{
color: #76381B;
}
</style>
background-color css
<style>
a { background-color: #76381B; }
a { background-color: rgb(118,56,27); }
div.DivClassName
{
background-color: #76381B;
}
.BgClassName
{
background-color: #76381B;
}
</style>
border-color css
<style>
span { border-color: #76381B; }
span { border-color: rgb(118,56,27); }
td.TdClassName
{
border-color: #76381B;
}
.TagClassName
{
border-color: #76381B;
}
</style>