Shades of Pueblo #772A1D
Tints of Pueblo #772A1D
RGB
CMYK
RGB Variations
Color information
#772A1D (or 0x772A1D) is known color: Pueblo. HEX triplet: 77, 2A and 1D. RGB value is (119,42,29). Sum of RGB (Red+Green+Blue) = 119+42+29=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 29 (11.72% from 255 or 15.26% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #772A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A1D is #88D5E2. Grayscale: #3F3F3F. Windows color (decimal): -8967651 or 1911415. OLE color: 1911415.
HSL color Cylindrical-coordinate representation of color #772A1D: hue angle of 8.67º 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 #772A1D is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 42 | 29 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.53 |
| HSL | 8.67º | 0.61% | 0.29% | - |
| HSV(B) | 8.67º | 0.76% | 0.47% | - |
| XYZ | 8.66 | 5.67 | 1.8 | - |
| YUV | 63.54 | 108.51 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 29 | 0 | 0.65 | 0.76 | 0.53 | 8.67 | 0.61 | 0.29 |
| Hex | 77 | 2A | 1D | 0 | 41 | 4C | 35 | 9 | 3D | 1D |
| Octal | 167 | 52 | 35 | 0 | 101 | 114 | 65 | 11 | 75 | 35 |
| Binary | 1110111 | 101010 | 11101 | 0 | 1000001 | 1001100 | 110101 | 1001 | 111101 | 11101 |
Color Harmonies of #772A1D
Complementary color
Monochromatic Colors of #772A1D
Black with #772A1D
Text Example
Text Example
White with #772A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A1D; }
p { color: rgb(119,42,29); }
H1.HeaderClassName
{
color: #772A1D;
}
.AnyTagClassName
{
color: #772A1D;
}
</style>
background-color css
<style>
a { background-color: #772A1D; }
a { background-color: rgb(119,42,29); }
div.DivClassName
{
background-color: #772A1D;
}
.BgClassName
{
background-color: #772A1D;
}
</style>
border-color css
<style>
span { border-color: #772A1D; }
span { border-color: rgb(119,42,29); }
td.TdClassName
{
border-color: #772A1D;
}
.TagClassName
{
border-color: #772A1D;
}
</style>