Shades of Pueblo #77311D
Tints of Pueblo #77311D
RGB
CMYK
RGB Variations
Color information
#77311D (or 0x77311D) is known color: Pueblo. HEX triplet: 77, 31 and 1D. RGB value is (119,49,29). Sum of RGB (Red+Green+Blue) = 119+49+29=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77311D is #88CEE2. Grayscale: #434343. Windows color (decimal): -8965859 or 1913207. OLE color: 1913207.
HSL color Cylindrical-coordinate representation of color #77311D: hue angle of 13.33º 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 #77311D is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 49 | 29 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.53 |
| HSL | 13.33º | 0.61% | 0.29% | - |
| HSV(B) | 13.33º | 0.76% | 0.47% | - |
| XYZ | 8.93 | 6.21 | 1.89 | - |
| YUV | 67.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 29 | 0 | 0.59 | 0.76 | 0.53 | 13.33 | 0.61 | 0.29 |
| Hex | 77 | 31 | 1D | 0 | 3B | 4C | 35 | D | 3D | 1D |
| Octal | 167 | 61 | 35 | 0 | 73 | 114 | 65 | 15 | 75 | 35 |
| Binary | 1110111 | 110001 | 11101 | 0 | 111011 | 1001100 | 110101 | 1101 | 111101 | 11101 |
Color Harmonies of #77311D
Complementary color
Monochromatic Colors of #77311D
Black with #77311D
Text Example
Text Example
White with #77311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77311D; }
p { color: rgb(119,49,29); }
H1.HeaderClassName
{
color: #77311D;
}
.AnyTagClassName
{
color: #77311D;
}
</style>
background-color css
<style>
a { background-color: #77311D; }
a { background-color: rgb(119,49,29); }
div.DivClassName
{
background-color: #77311D;
}
.BgClassName
{
background-color: #77311D;
}
</style>
border-color css
<style>
span { border-color: #77311D; }
span { border-color: rgb(119,49,29); }
td.TdClassName
{
border-color: #77311D;
}
.TagClassName
{
border-color: #77311D;
}
</style>