Shades of Pueblo #77301B
Tints of Pueblo #77301B
RGB
CMYK
RGB Variations
Color information
#77301B (or 0x77301B) is known color: Pueblo. HEX triplet: 77, 30 and 1B. RGB value is (119,48,27). Sum of RGB (Red+Green+Blue) = 119+48+27=194 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.34% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 119 - color contains mainly: red. Hex color #77301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77301B is #88CFE4. Grayscale: #424242. Windows color (decimal): -8966117 or 1781879. OLE color: 1781879.
HSL color Cylindrical-coordinate representation of color #77301B: hue angle of 13.7º 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 #77301B is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 27 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.53 |
| HSL | 13.7º | 0.63% | 0.29% | - |
| HSV(B) | 13.7º | 0.77% | 0.47% | - |
| XYZ | 8.86 | 6.11 | 1.75 | - |
| YUV | 66.84 | 105.52 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 27 | 0 | 0.60 | 0.77 | 0.53 | 13.7 | 0.63 | 0.29 |
| Hex | 77 | 30 | 1B | 0 | 3C | 4D | 35 | E | 3F | 1D |
| Octal | 167 | 60 | 33 | 0 | 74 | 115 | 65 | 16 | 77 | 35 |
| Binary | 1110111 | 110000 | 11011 | 0 | 111100 | 1001101 | 110101 | 1110 | 111111 | 11101 |
Color Harmonies of #77301B
Complementary color
Monochromatic Colors of #77301B
Black with #77301B
Text Example
Text Example
White with #77301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77301B; }
p { color: rgb(119,48,27); }
H1.HeaderClassName
{
color: #77301B;
}
.AnyTagClassName
{
color: #77301B;
}
</style>
background-color css
<style>
a { background-color: #77301B; }
a { background-color: rgb(119,48,27); }
div.DivClassName
{
background-color: #77301B;
}
.BgClassName
{
background-color: #77301B;
}
</style>
border-color css
<style>
span { border-color: #77301B; }
span { border-color: rgb(119,48,27); }
td.TdClassName
{
border-color: #77301B;
}
.TagClassName
{
border-color: #77301B;
}
</style>