Shades of Peru Tan #7B381B
Tints of Peru Tan #7B381B
RGB
CMYK
RGB Variations
Color information
#7B381B (or 0x7B381B) is known color: Peru Tan. HEX triplet: 7B, 38 and 1B. RGB value is (123,56,27). Sum of RGB (Red+Green+Blue) = 123+56+27=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B381B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B381B is #84C7E4. Grayscale: #484848. Windows color (decimal): -8701925 or 1783931. OLE color: 1783931.
HSL color Cylindrical-coordinate representation of color #7B381B: hue angle of 18.12º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B381B is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 27 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.52 |
| HSL | 18.13º | 0.64% | 0.29% | - |
| HSV(B) | 18.13º | 0.78% | 0.48% | - |
| XYZ | 9.78 | 7.12 | 1.9 | - |
| YUV | 72.73 | 102.2 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 27 | 0 | 0.54 | 0.78 | 0.52 | 18.13 | 0.64 | 0.29 |
| Hex | 7B | 38 | 1B | 0 | 36 | 4E | 34 | 12 | 40 | 1D |
| Octal | 173 | 70 | 33 | 0 | 66 | 116 | 64 | 22 | 100 | 35 |
| Binary | 1111011 | 111000 | 11011 | 0 | 110110 | 1001110 | 110100 | 10010 | 1000000 | 11101 |
Color Harmonies of #7B381B
Complementary color
Monochromatic Colors of #7B381B
Black with #7B381B
Text Example
Text Example
White with #7B381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B381B; }
p { color: rgb(123,56,27); }
H1.HeaderClassName
{
color: #7B381B;
}
.AnyTagClassName
{
color: #7B381B;
}
</style>
background-color css
<style>
a { background-color: #7B381B; }
a { background-color: rgb(123,56,27); }
div.DivClassName
{
background-color: #7B381B;
}
.BgClassName
{
background-color: #7B381B;
}
</style>
border-color css
<style>
span { border-color: #7B381B; }
span { border-color: rgb(123,56,27); }
td.TdClassName
{
border-color: #7B381B;
}
.TagClassName
{
border-color: #7B381B;
}
</style>