Shades of Peru Tan #76270B
Tints of Peru Tan #76270B
RGB
CMYK
RGB Variations
Color information
#76270B (or 0x76270B) is known color: Peru Tan. HEX triplet: 76, 27 and 0B. RGB value is (118,39,11). Sum of RGB (Red+Green+Blue) = 118+39+11=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 11 (4.69% from 255 or 6.55% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76270B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76270B is #89D8F4. Grayscale: #3B3B3B. Windows color (decimal): -9033973 or 730998. OLE color: 730998.
HSL color Cylindrical-coordinate representation of color #76270B: hue angle of 15.7º 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 #76270B is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 11 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.54 |
| HSL | 15.7º | 0.83% | 0.25% | - |
| HSV(B) | 15.7º | 0.91% | 0.46% | - |
| XYZ | 8.26 | 5.33 | 0.91 | - |
| YUV | 59.43 | 100.67 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 11 | 0 | 0.67 | 0.91 | 0.54 | 15.7 | 0.83 | 0.25 |
| Hex | 76 | 27 | B | 0 | 43 | 5B | 36 | 10 | 53 | 19 |
| Octal | 166 | 47 | 13 | 0 | 103 | 133 | 66 | 20 | 123 | 31 |
| Binary | 1110110 | 100111 | 1011 | 0 | 1000011 | 1011011 | 110110 | 10000 | 1010011 | 11001 |
Color Harmonies of #76270B
Complementary color
Monochromatic Colors of #76270B
Black with #76270B
Text Example
Text Example
White with #76270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76270B; }
p { color: rgb(118,39,11); }
H1.HeaderClassName
{
color: #76270B;
}
.AnyTagClassName
{
color: #76270B;
}
</style>
background-color css
<style>
a { background-color: #76270B; }
a { background-color: rgb(118,39,11); }
div.DivClassName
{
background-color: #76270B;
}
.BgClassName
{
background-color: #76270B;
}
</style>
border-color css
<style>
span { border-color: #76270B; }
span { border-color: rgb(118,39,11); }
td.TdClassName
{
border-color: #76270B;
}
.TagClassName
{
border-color: #76270B;
}
</style>