Shades of Pueblo #77321C
Tints of Pueblo #77321C
RGB
CMYK
RGB Variations
Color information
#77321C (or 0x77321C) is known color: Pueblo. HEX triplet: 77, 32 and 1C. RGB value is (119,50,28). Sum of RGB (Red+Green+Blue) = 119+50+28=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #77321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77321C is #88CDE3. Grayscale: #444444. Windows color (decimal): -8965604 or 1847927. OLE color: 1847927.
HSL color Cylindrical-coordinate representation of color #77321C: hue angle of 14.51º degrees, saturation: 0.62, 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 #77321C is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 28 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.53 |
| HSL | 14.51º | 0.62% | 0.29% | - |
| HSV(B) | 14.51º | 0.76% | 0.47% | - |
| XYZ | 8.96 | 6.29 | 1.84 | - |
| YUV | 68.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 28 | 0 | 0.58 | 0.76 | 0.53 | 14.51 | 0.62 | 0.29 |
| Hex | 77 | 32 | 1C | 0 | 3A | 4C | 35 | F | 3E | 1D |
| Octal | 167 | 62 | 34 | 0 | 72 | 114 | 65 | 17 | 76 | 35 |
| Binary | 1110111 | 110010 | 11100 | 0 | 111010 | 1001100 | 110101 | 1111 | 111110 | 11101 |
Color Harmonies of #77321C
Complementary color
Monochromatic Colors of #77321C
Black with #77321C
Text Example
Text Example
White with #77321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77321C; }
p { color: rgb(119,50,28); }
H1.HeaderClassName
{
color: #77321C;
}
.AnyTagClassName
{
color: #77321C;
}
</style>
background-color css
<style>
a { background-color: #77321C; }
a { background-color: rgb(119,50,28); }
div.DivClassName
{
background-color: #77321C;
}
.BgClassName
{
background-color: #77321C;
}
</style>
border-color css
<style>
span { border-color: #77321C; }
span { border-color: rgb(119,50,28); }
td.TdClassName
{
border-color: #77321C;
}
.TagClassName
{
border-color: #77321C;
}
</style>