Shades of Peru Tan #76330C
Tints of Peru Tan #76330C
RGB
CMYK
RGB Variations
Color information
#76330C (or 0x76330C) is known color: Peru Tan. HEX triplet: 76, 33 and 0C. RGB value is (118,51,12). Sum of RGB (Red+Green+Blue) = 118+51+12=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76330C is #89CCF3. Grayscale: #424242. Windows color (decimal): -9030900 or 799606. OLE color: 799606.
HSL color Cylindrical-coordinate representation of color #76330C: hue angle of 22.08º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76330C is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 12 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.54 |
| HSL | 22.08º | 0.82% | 0.25% | - |
| HSV(B) | 22.08º | 0.9% | 0.46% | - |
| XYZ | 8.72 | 6.25 | 1.09 | - |
| YUV | 66.59 | 97.2 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 12 | 0 | 0.57 | 0.90 | 0.54 | 22.08 | 0.82 | 0.25 |
| Hex | 76 | 33 | C | 0 | 39 | 5A | 36 | 16 | 52 | 19 |
| Octal | 166 | 63 | 14 | 0 | 71 | 132 | 66 | 26 | 122 | 31 |
| Binary | 1110110 | 110011 | 1100 | 0 | 111001 | 1011010 | 110110 | 10110 | 1010010 | 11001 |
Color Harmonies of #76330C
Complementary color
Monochromatic Colors of #76330C
Black with #76330C
Text Example
Text Example
White with #76330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76330C; }
p { color: rgb(118,51,12); }
H1.HeaderClassName
{
color: #76330C;
}
.AnyTagClassName
{
color: #76330C;
}
</style>
background-color css
<style>
a { background-color: #76330C; }
a { background-color: rgb(118,51,12); }
div.DivClassName
{
background-color: #76330C;
}
.BgClassName
{
background-color: #76330C;
}
</style>
border-color css
<style>
span { border-color: #76330C; }
span { border-color: rgb(118,51,12); }
td.TdClassName
{
border-color: #76330C;
}
.TagClassName
{
border-color: #76330C;
}
</style>