Shades of Peru Tan #762E08
Tints of Peru Tan #762E08
RGB
CMYK
RGB Variations
Color information
#762E08 (or 0x762E08) is known color: Peru Tan. HEX triplet: 76, 2E and 08. RGB value is (118,46,8). Sum of RGB (Red+Green+Blue) = 118+46+8=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #762E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762E08 is #89D1F7. Grayscale: #3F3F3F. Windows color (decimal): -9032184 or 536182. OLE color: 536182.
HSL color Cylindrical-coordinate representation of color #762E08: hue angle of 20.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #762E08 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 8 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.54 |
| HSL | 20.73º | 0.87% | 0.25% | - |
| HSV(B) | 20.73º | 0.93% | 0.46% | - |
| XYZ | 8.49 | 5.82 | 0.91 | - |
| YUV | 63.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 8 | 0 | 0.61 | 0.93 | 0.54 | 20.73 | 0.87 | 0.25 |
| Hex | 76 | 2E | 8 | 0 | 3D | 5D | 36 | 15 | 57 | 19 |
| Octal | 166 | 56 | 10 | 0 | 75 | 135 | 66 | 25 | 127 | 31 |
| Binary | 1110110 | 101110 | 1000 | 0 | 111101 | 1011101 | 110110 | 10101 | 1010111 | 11001 |
Color Harmonies of #762E08
Complementary color
Monochromatic Colors of #762E08
Black with #762E08
Text Example
Text Example
White with #762E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E08; }
p { color: rgb(118,46,8); }
H1.HeaderClassName
{
color: #762E08;
}
.AnyTagClassName
{
color: #762E08;
}
</style>
background-color css
<style>
a { background-color: #762E08; }
a { background-color: rgb(118,46,8); }
div.DivClassName
{
background-color: #762E08;
}
.BgClassName
{
background-color: #762E08;
}
</style>
border-color css
<style>
span { border-color: #762E08; }
span { border-color: rgb(118,46,8); }
td.TdClassName
{
border-color: #762E08;
}
.TagClassName
{
border-color: #762E08;
}
</style>