Shades of Pueblo #77281B
Tints of Pueblo #77281B
RGB
CMYK
RGB Variations
Color information
#77281B (or 0x77281B) is known color: Pueblo. HEX triplet: 77, 28 and 1B. RGB value is (119,40,27). Sum of RGB (Red+Green+Blue) = 119+40+27=186 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.98% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 27 (10.94% from 255 or 14.52% from 186); Max value from RGB is 119 - color contains mainly: red. Hex color #77281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77281B is #88D7E4. Grayscale: #3E3E3E. Windows color (decimal): -8968165 or 1779831. OLE color: 1779831.
HSL color Cylindrical-coordinate representation of color #77281B: hue angle of 8.48º 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 #77281B is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 27 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.53 |
| HSL | 8.48º | 0.63% | 0.29% | - |
| HSV(B) | 8.48º | 0.77% | 0.47% | - |
| XYZ | 8.56 | 5.52 | 1.65 | - |
| YUV | 62.14 | 108.17 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 27 | 0 | 0.66 | 0.77 | 0.53 | 8.48 | 0.63 | 0.29 |
| Hex | 77 | 28 | 1B | 0 | 42 | 4D | 35 | 8 | 3F | 1D |
| Octal | 167 | 50 | 33 | 0 | 102 | 115 | 65 | 10 | 77 | 35 |
| Binary | 1110111 | 101000 | 11011 | 0 | 1000010 | 1001101 | 110101 | 1000 | 111111 | 11101 |
Color Harmonies of #77281B
Complementary color
Monochromatic Colors of #77281B
Black with #77281B
Text Example
Text Example
White with #77281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77281B; }
p { color: rgb(119,40,27); }
H1.HeaderClassName
{
color: #77281B;
}
.AnyTagClassName
{
color: #77281B;
}
</style>
background-color css
<style>
a { background-color: #77281B; }
a { background-color: rgb(119,40,27); }
div.DivClassName
{
background-color: #77281B;
}
.BgClassName
{
background-color: #77281B;
}
</style>
border-color css
<style>
span { border-color: #77281B; }
span { border-color: rgb(119,40,27); }
td.TdClassName
{
border-color: #77281B;
}
.TagClassName
{
border-color: #77281B;
}
</style>