Shades of Peru Tan #7B370B
Tints of Peru Tan #7B370B
RGB
CMYK
RGB Variations
Color information
#7B370B (or 0x7B370B) is known color: Peru Tan. HEX triplet: 7B, 37 and 0B. RGB value is (123,55,11). Sum of RGB (Red+Green+Blue) = 123+55+11=189 (25% of max value = 765). Red value is 123 (48.44% from 255 or 65.08% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 123 - color contains mainly: red. Hex color #7B370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B370B is #84C8F4. Grayscale: #464646. Windows color (decimal): -8702197 or 735099. OLE color: 735099.
HSL color Cylindrical-coordinate representation of color #7B370B: hue angle of 23.57º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B370B is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 55 | 11 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.52 |
| HSL | 23.57º | 0.84% | 0.26% | - |
| HSV(B) | 23.57º | 0.91% | 0.48% | - |
| XYZ | 9.59 | 6.97 | 1.16 | - |
| YUV | 70.32 | 94.53 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 11 | 0 | 0.55 | 0.91 | 0.52 | 23.57 | 0.84 | 0.26 |
| Hex | 7B | 37 | B | 0 | 37 | 5B | 34 | 18 | 54 | 1A |
| Octal | 173 | 67 | 13 | 0 | 67 | 133 | 64 | 30 | 124 | 32 |
| Binary | 1111011 | 110111 | 1011 | 0 | 110111 | 1011011 | 110100 | 11000 | 1010100 | 11010 |
Color Harmonies of #7B370B
Complementary color
Monochromatic Colors of #7B370B
Black with #7B370B
Text Example
Text Example
White with #7B370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B370B; }
p { color: rgb(123,55,11); }
H1.HeaderClassName
{
color: #7B370B;
}
.AnyTagClassName
{
color: #7B370B;
}
</style>
background-color css
<style>
a { background-color: #7B370B; }
a { background-color: rgb(123,55,11); }
div.DivClassName
{
background-color: #7B370B;
}
.BgClassName
{
background-color: #7B370B;
}
</style>
border-color css
<style>
span { border-color: #7B370B; }
span { border-color: rgb(123,55,11); }
td.TdClassName
{
border-color: #7B370B;
}
.TagClassName
{
border-color: #7B370B;
}
</style>