Shades of Pueblo #772C1D
Tints of Pueblo #772C1D
RGB
CMYK
RGB Variations
Color information
#772C1D (or 0x772C1D) is known color: Pueblo. HEX triplet: 77, 2C and 1D. RGB value is (119,44,29). Sum of RGB (Red+Green+Blue) = 119+44+29=192 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.98% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 119 - color contains mainly: red. Hex color #772C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C1D is #88D3E2. Grayscale: #404040. Windows color (decimal): -8967139 or 1911927. OLE color: 1911927.
HSL color Cylindrical-coordinate representation of color #772C1D: hue angle of 10º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772C1D is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 29 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.53 |
| HSL | 10º | 0.61% | 0.29% | - |
| HSV(B) | 10º | 0.76% | 0.47% | - |
| XYZ | 8.73 | 5.81 | 1.82 | - |
| YUV | 64.72 | 107.85 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 29 | 0 | 0.63 | 0.76 | 0.53 | 10 | 0.61 | 0.29 |
| Hex | 77 | 2C | 1D | 0 | 3F | 4C | 35 | A | 3D | 1D |
| Octal | 167 | 54 | 35 | 0 | 77 | 114 | 65 | 12 | 75 | 35 |
| Binary | 1110111 | 101100 | 11101 | 0 | 111111 | 1001100 | 110101 | 1010 | 111101 | 11101 |
Color Harmonies of #772C1D
Complementary color
Monochromatic Colors of #772C1D
Black with #772C1D
Text Example
Text Example
White with #772C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C1D; }
p { color: rgb(119,44,29); }
H1.HeaderClassName
{
color: #772C1D;
}
.AnyTagClassName
{
color: #772C1D;
}
</style>
background-color css
<style>
a { background-color: #772C1D; }
a { background-color: rgb(119,44,29); }
div.DivClassName
{
background-color: #772C1D;
}
.BgClassName
{
background-color: #772C1D;
}
</style>
border-color css
<style>
span { border-color: #772C1D; }
span { border-color: rgb(119,44,29); }
td.TdClassName
{
border-color: #772C1D;
}
.TagClassName
{
border-color: #772C1D;
}
</style>