Shades of Pueblo #772C14
Tints of Pueblo #772C14
RGB
CMYK
RGB Variations
Color information
#772C14 (or 0x772C14) is known color: Pueblo. HEX triplet: 77, 2C and 14. RGB value is (119,44,20). Sum of RGB (Red+Green+Blue) = 119+44+20=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #772C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C14 is #88D3EB. Grayscale: #3F3F3F. Windows color (decimal): -8967148 or 1322103. OLE color: 1322103.
HSL color Cylindrical-coordinate representation of color #772C14: hue angle of 14.55º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #772C14 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 20 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.53 |
| HSL | 14.55º | 0.71% | 0.27% | - |
| HSV(B) | 14.55º | 0.83% | 0.47% | - |
| XYZ | 8.63 | 5.77 | 1.32 | - |
| YUV | 63.69 | 103.35 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 20 | 0 | 0.63 | 0.83 | 0.53 | 14.55 | 0.71 | 0.27 |
| Hex | 77 | 2C | 14 | 0 | 3F | 53 | 35 | F | 47 | 1B |
| Octal | 167 | 54 | 24 | 0 | 77 | 123 | 65 | 17 | 107 | 33 |
| Binary | 1110111 | 101100 | 10100 | 0 | 111111 | 1010011 | 110101 | 1111 | 1000111 | 11011 |
Color Harmonies of #772C14
Complementary color
Monochromatic Colors of #772C14
Black with #772C14
Text Example
Text Example
White with #772C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C14; }
p { color: rgb(119,44,20); }
H1.HeaderClassName
{
color: #772C14;
}
.AnyTagClassName
{
color: #772C14;
}
</style>
background-color css
<style>
a { background-color: #772C14; }
a { background-color: rgb(119,44,20); }
div.DivClassName
{
background-color: #772C14;
}
.BgClassName
{
background-color: #772C14;
}
</style>
border-color css
<style>
span { border-color: #772C14; }
span { border-color: rgb(119,44,20); }
td.TdClassName
{
border-color: #772C14;
}
.TagClassName
{
border-color: #772C14;
}
</style>