Shades of Peru Tan #7B3619
Tints of Peru Tan #7B3619
RGB
CMYK
RGB Variations
Color information
#7B3619 (or 0x7B3619) is known color: Peru Tan. HEX triplet: 7B, 36 and 19. RGB value is (123,54,25). Sum of RGB (Red+Green+Blue) = 123+54+25=202 (26% of max value = 765). Red value is 123 (48.44% from 255 or 60.89% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7B3619 is #84C9E6. Grayscale: #474747. Windows color (decimal): -8702439 or 1652347. OLE color: 1652347.
HSL color Cylindrical-coordinate representation of color #7B3619: hue angle of 17.76º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B3619 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 54 | 25 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.52 |
| HSL | 17.76º | 0.66% | 0.29% | - |
| HSV(B) | 17.76º | 0.8% | 0.48% | - |
| XYZ | 9.66 | 6.92 | 1.75 | - |
| YUV | 71.33 | 101.86 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 54 | 25 | 0 | 0.56 | 0.80 | 0.52 | 17.76 | 0.66 | 0.29 |
| Hex | 7B | 36 | 19 | 0 | 38 | 50 | 34 | 12 | 42 | 1D |
| Octal | 173 | 66 | 31 | 0 | 70 | 120 | 64 | 22 | 102 | 35 |
| Binary | 1111011 | 110110 | 11001 | 0 | 111000 | 1010000 | 110100 | 10010 | 1000010 | 11101 |
Color Harmonies of #7B3619
Complementary color
Monochromatic Colors of #7B3619
Black with #7B3619
Text Example
Text Example
White with #7B3619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3619; }
p { color: rgb(123,54,25); }
H1.HeaderClassName
{
color: #7B3619;
}
.AnyTagClassName
{
color: #7B3619;
}
</style>
background-color css
<style>
a { background-color: #7B3619; }
a { background-color: rgb(123,54,25); }
div.DivClassName
{
background-color: #7B3619;
}
.BgClassName
{
background-color: #7B3619;
}
</style>
border-color css
<style>
span { border-color: #7B3619; }
span { border-color: rgb(123,54,25); }
td.TdClassName
{
border-color: #7B3619;
}
.TagClassName
{
border-color: #7B3619;
}
</style>