Shades of Pueblo #772D1B
Tints of Pueblo #772D1B
RGB
CMYK
RGB Variations
Color information
#772D1B (or 0x772D1B) is known color: Pueblo. HEX triplet: 77, 2D and 1B. RGB value is (119,45,27). Sum of RGB (Red+Green+Blue) = 119+45+27=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #772D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D1B is #88D2E4. Grayscale: #414141. Windows color (decimal): -8966885 or 1781111. OLE color: 1781111.
HSL color Cylindrical-coordinate representation of color #772D1B: hue angle of 11.74º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #772D1B is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 27 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.53 |
| HSL | 11.74º | 0.63% | 0.29% | - |
| HSV(B) | 11.74º | 0.77% | 0.47% | - |
| XYZ | 8.74 | 5.88 | 1.71 | - |
| YUV | 65.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 27 | 0 | 0.62 | 0.77 | 0.53 | 11.74 | 0.63 | 0.29 |
| Hex | 77 | 2D | 1B | 0 | 3E | 4D | 35 | C | 3F | 1D |
| Octal | 167 | 55 | 33 | 0 | 76 | 115 | 65 | 14 | 77 | 35 |
| Binary | 1110111 | 101101 | 11011 | 0 | 111110 | 1001101 | 110101 | 1100 | 111111 | 11101 |
Color Harmonies of #772D1B
Complementary color
Monochromatic Colors of #772D1B
Black with #772D1B
Text Example
Text Example
White with #772D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D1B; }
p { color: rgb(119,45,27); }
H1.HeaderClassName
{
color: #772D1B;
}
.AnyTagClassName
{
color: #772D1B;
}
</style>
background-color css
<style>
a { background-color: #772D1B; }
a { background-color: rgb(119,45,27); }
div.DivClassName
{
background-color: #772D1B;
}
.BgClassName
{
background-color: #772D1B;
}
</style>
border-color css
<style>
span { border-color: #772D1B; }
span { border-color: rgb(119,45,27); }
td.TdClassName
{
border-color: #772D1B;
}
.TagClassName
{
border-color: #772D1B;
}
</style>