Shades of Pueblo #77321D
Tints of Pueblo #77321D
RGB
CMYK
RGB Variations
Color information
#77321D (or 0x77321D) is known color: Pueblo. HEX triplet: 77, 32 and 1D. RGB value is (119,50,29). Sum of RGB (Red+Green+Blue) = 119+50+29=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77321D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77321D is #88CDE2. Grayscale: #444444. Windows color (decimal): -8965603 or 1913463. OLE color: 1913463.
HSL color Cylindrical-coordinate representation of color #77321D: hue angle of 14º 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 #77321D is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 29 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.53 |
| HSL | 14º | 0.61% | 0.29% | - |
| HSV(B) | 14º | 0.76% | 0.47% | - |
| XYZ | 8.97 | 6.29 | 1.9 | - |
| YUV | 68.24 | 105.86 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 29 | 0 | 0.58 | 0.76 | 0.53 | 14 | 0.61 | 0.29 |
| Hex | 77 | 32 | 1D | 0 | 3A | 4C | 35 | E | 3D | 1D |
| Octal | 167 | 62 | 35 | 0 | 72 | 114 | 65 | 16 | 75 | 35 |
| Binary | 1110111 | 110010 | 11101 | 0 | 111010 | 1001100 | 110101 | 1110 | 111101 | 11101 |
Color Harmonies of #77321D
Complementary color
Monochromatic Colors of #77321D
Black with #77321D
Text Example
Text Example
White with #77321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77321D; }
p { color: rgb(119,50,29); }
H1.HeaderClassName
{
color: #77321D;
}
.AnyTagClassName
{
color: #77321D;
}
</style>
background-color css
<style>
a { background-color: #77321D; }
a { background-color: rgb(119,50,29); }
div.DivClassName
{
background-color: #77321D;
}
.BgClassName
{
background-color: #77321D;
}
</style>
border-color css
<style>
span { border-color: #77321D; }
span { border-color: rgb(119,50,29); }
td.TdClassName
{
border-color: #77321D;
}
.TagClassName
{
border-color: #77321D;
}
</style>