Shades of Pueblo #772C1A
Tints of Pueblo #772C1A
RGB
CMYK
RGB Variations
Color information
#772C1A (or 0x772C1A) is known color: Pueblo. HEX triplet: 77, 2C and 1A. RGB value is (119,44,26). Sum of RGB (Red+Green+Blue) = 119+44+26=189 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.96% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 119 - color contains mainly: red. Hex color #772C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C1A is #88D3E5. Grayscale: #404040. Windows color (decimal): -8967142 or 1715319. OLE color: 1715319.
HSL color Cylindrical-coordinate representation of color #772C1A: hue angle of 11.61º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772C1A is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 26 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.53 |
| HSL | 11.61º | 0.64% | 0.28% | - |
| HSV(B) | 11.61º | 0.78% | 0.47% | - |
| XYZ | 8.69 | 5.8 | 1.64 | - |
| YUV | 64.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 26 | 0 | 0.63 | 0.78 | 0.53 | 11.61 | 0.64 | 0.28 |
| Hex | 77 | 2C | 1A | 0 | 3F | 4E | 35 | C | 40 | 1C |
| Octal | 167 | 54 | 32 | 0 | 77 | 116 | 65 | 14 | 100 | 34 |
| Binary | 1110111 | 101100 | 11010 | 0 | 111111 | 1001110 | 110101 | 1100 | 1000000 | 11100 |
Color Harmonies of #772C1A
Complementary color
Monochromatic Colors of #772C1A
Black with #772C1A
Text Example
Text Example
White with #772C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C1A; }
p { color: rgb(119,44,26); }
H1.HeaderClassName
{
color: #772C1A;
}
.AnyTagClassName
{
color: #772C1A;
}
</style>
background-color css
<style>
a { background-color: #772C1A; }
a { background-color: rgb(119,44,26); }
div.DivClassName
{
background-color: #772C1A;
}
.BgClassName
{
background-color: #772C1A;
}
</style>
border-color css
<style>
span { border-color: #772C1A; }
span { border-color: rgb(119,44,26); }
td.TdClassName
{
border-color: #772C1A;
}
.TagClassName
{
border-color: #772C1A;
}
</style>