Shades of Pueblo #77301A
Tints of Pueblo #77301A
RGB
CMYK
RGB Variations
Color information
#77301A (or 0x77301A) is known color: Pueblo. HEX triplet: 77, 30 and 1A. RGB value is (119,48,26). Sum of RGB (Red+Green+Blue) = 119+48+26=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #77301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77301A is #88CFE5. Grayscale: #424242. Windows color (decimal): -8966118 or 1716343. OLE color: 1716343.
HSL color Cylindrical-coordinate representation of color #77301A: hue angle of 14.19º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77301A is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 26 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.53 |
| HSL | 14.19º | 0.64% | 0.28% | - |
| HSV(B) | 14.19º | 0.78% | 0.47% | - |
| XYZ | 8.85 | 6.11 | 1.69 | - |
| YUV | 66.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 26 | 0 | 0.60 | 0.78 | 0.53 | 14.19 | 0.64 | 0.28 |
| Hex | 77 | 30 | 1A | 0 | 3C | 4E | 35 | E | 40 | 1C |
| Octal | 167 | 60 | 32 | 0 | 74 | 116 | 65 | 16 | 100 | 34 |
| Binary | 1110111 | 110000 | 11010 | 0 | 111100 | 1001110 | 110101 | 1110 | 1000000 | 11100 |
Color Harmonies of #77301A
Complementary color
Monochromatic Colors of #77301A
Black with #77301A
Text Example
Text Example
White with #77301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77301A; }
p { color: rgb(119,48,26); }
H1.HeaderClassName
{
color: #77301A;
}
.AnyTagClassName
{
color: #77301A;
}
</style>
background-color css
<style>
a { background-color: #77301A; }
a { background-color: rgb(119,48,26); }
div.DivClassName
{
background-color: #77301A;
}
.BgClassName
{
background-color: #77301A;
}
</style>
border-color css
<style>
span { border-color: #77301A; }
span { border-color: rgb(119,48,26); }
td.TdClassName
{
border-color: #77301A;
}
.TagClassName
{
border-color: #77301A;
}
</style>