Shades of Pueblo #772F1D
Tints of Pueblo #772F1D
RGB
CMYK
RGB Variations
Color information
#772F1D (or 0x772F1D) is known color: Pueblo. HEX triplet: 77, 2F and 1D. RGB value is (119,47,29). Sum of RGB (Red+Green+Blue) = 119+47+29=195 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.03% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 119 - color contains mainly: red. Hex color #772F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F1D is #88D0E2. Grayscale: #424242. Windows color (decimal): -8966371 or 1912695. OLE color: 1912695.
HSL color Cylindrical-coordinate representation of color #772F1D: hue angle of 12º 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 #772F1D is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 29 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.53 |
| HSL | 12º | 0.61% | 0.29% | - |
| HSV(B) | 12º | 0.76% | 0.47% | - |
| XYZ | 8.85 | 6.04 | 1.86 | - |
| YUV | 66.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 29 | 0 | 0.61 | 0.76 | 0.53 | 12 | 0.61 | 0.29 |
| Hex | 77 | 2F | 1D | 0 | 3D | 4C | 35 | C | 3D | 1D |
| Octal | 167 | 57 | 35 | 0 | 75 | 114 | 65 | 14 | 75 | 35 |
| Binary | 1110111 | 101111 | 11101 | 0 | 111101 | 1001100 | 110101 | 1100 | 111101 | 11101 |
Color Harmonies of #772F1D
Complementary color
Monochromatic Colors of #772F1D
Black with #772F1D
Text Example
Text Example
White with #772F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F1D; }
p { color: rgb(119,47,29); }
H1.HeaderClassName
{
color: #772F1D;
}
.AnyTagClassName
{
color: #772F1D;
}
</style>
background-color css
<style>
a { background-color: #772F1D; }
a { background-color: rgb(119,47,29); }
div.DivClassName
{
background-color: #772F1D;
}
.BgClassName
{
background-color: #772F1D;
}
</style>
border-color css
<style>
span { border-color: #772F1D; }
span { border-color: rgb(119,47,29); }
td.TdClassName
{
border-color: #772F1D;
}
.TagClassName
{
border-color: #772F1D;
}
</style>