Shades of Peru Tan #77330B
Tints of Peru Tan #77330B
RGB
CMYK
RGB Variations
Color information
#77330B (or 0x77330B) is known color: Peru Tan. HEX triplet: 77, 33 and 0B. RGB value is (119,51,11). Sum of RGB (Red+Green+Blue) = 119+51+11=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #77330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #77330B is #88CCF4. Grayscale: #424242. Windows color (decimal): -8965365 or 734071. OLE color: 734071.
HSL color Cylindrical-coordinate representation of color #77330B: hue angle of 22.22º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77330B is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 51 | 11 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.53 |
| HSL | 22.22º | 0.83% | 0.25% | - |
| HSV(B) | 22.22º | 0.91% | 0.47% | - |
| XYZ | 8.85 | 6.31 | 1.07 | - |
| YUV | 66.77 | 96.53 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 11 | 0 | 0.57 | 0.91 | 0.53 | 22.22 | 0.83 | 0.25 |
| Hex | 77 | 33 | B | 0 | 39 | 5B | 35 | 16 | 53 | 19 |
| Octal | 167 | 63 | 13 | 0 | 71 | 133 | 65 | 26 | 123 | 31 |
| Binary | 1110111 | 110011 | 1011 | 0 | 111001 | 1011011 | 110101 | 10110 | 1010011 | 11001 |
Color Harmonies of #77330B
Complementary color
Monochromatic Colors of #77330B
Black with #77330B
Text Example
Text Example
White with #77330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77330B; }
p { color: rgb(119,51,11); }
H1.HeaderClassName
{
color: #77330B;
}
.AnyTagClassName
{
color: #77330B;
}
</style>
background-color css
<style>
a { background-color: #77330B; }
a { background-color: rgb(119,51,11); }
div.DivClassName
{
background-color: #77330B;
}
.BgClassName
{
background-color: #77330B;
}
</style>
border-color css
<style>
span { border-color: #77330B; }
span { border-color: rgb(119,51,11); }
td.TdClassName
{
border-color: #77330B;
}
.TagClassName
{
border-color: #77330B;
}
</style>