Shades of Pueblo #77281D
Tints of Pueblo #77281D
RGB
CMYK
RGB Variations
Color information
#77281D (or 0x77281D) is known color: Pueblo. HEX triplet: 77, 28 and 1D. RGB value is (119,40,29). Sum of RGB (Red+Green+Blue) = 119+40+29=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 29 (11.72% from 255 or 15.43% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #77281D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77281D is #88D7E2. Grayscale: #3E3E3E. Windows color (decimal): -8968163 or 1910903. OLE color: 1910903.
HSL color Cylindrical-coordinate representation of color #77281D: hue angle of 7.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 #77281D is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 29 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.53 |
| HSL | 7.33º | 0.61% | 0.29% | - |
| HSV(B) | 7.33º | 0.76% | 0.47% | - |
| XYZ | 8.59 | 5.53 | 1.78 | - |
| YUV | 62.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 29 | 0 | 0.66 | 0.76 | 0.53 | 7.33 | 0.61 | 0.29 |
| Hex | 77 | 28 | 1D | 0 | 42 | 4C | 35 | 7 | 3D | 1D |
| Octal | 167 | 50 | 35 | 0 | 102 | 114 | 65 | 7 | 75 | 35 |
| Binary | 1110111 | 101000 | 11101 | 0 | 1000010 | 1001100 | 110101 | 111 | 111101 | 11101 |
Color Harmonies of #77281D
Complementary color
Monochromatic Colors of #77281D
Black with #77281D
Text Example
Text Example
White with #77281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77281D; }
p { color: rgb(119,40,29); }
H1.HeaderClassName
{
color: #77281D;
}
.AnyTagClassName
{
color: #77281D;
}
</style>
background-color css
<style>
a { background-color: #77281D; }
a { background-color: rgb(119,40,29); }
div.DivClassName
{
background-color: #77281D;
}
.BgClassName
{
background-color: #77281D;
}
</style>
border-color css
<style>
span { border-color: #77281D; }
span { border-color: rgb(119,40,29); }
td.TdClassName
{
border-color: #77281D;
}
.TagClassName
{
border-color: #77281D;
}
</style>