Shades of Pueblo #77301F
Tints of Pueblo #77301F
RGB
CMYK
RGB Variations
Color information
#77301F (or 0x77301F) is known color: Pueblo. HEX triplet: 77, 30 and 1F. RGB value is (119,48,31). Sum of RGB (Red+Green+Blue) = 119+48+31=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77301F is #88CFE0. Grayscale: #434343. Windows color (decimal): -8966113 or 2044023. OLE color: 2044023.
HSL color Cylindrical-coordinate representation of color #77301F: hue angle of 11.59º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77301F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 31 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.53 |
| HSL | 11.59º | 0.59% | 0.29% | - |
| HSV(B) | 11.59º | 0.74% | 0.47% | - |
| XYZ | 8.91 | 6.13 | 2.01 | - |
| YUV | 67.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 31 | 0 | 0.60 | 0.74 | 0.53 | 11.59 | 0.59 | 0.29 |
| Hex | 77 | 30 | 1F | 0 | 3C | 4A | 35 | C | 3B | 1D |
| Octal | 167 | 60 | 37 | 0 | 74 | 112 | 65 | 14 | 73 | 35 |
| Binary | 1110111 | 110000 | 11111 | 0 | 111100 | 1001010 | 110101 | 1100 | 111011 | 11101 |
Color Harmonies of #77301F
Complementary color
Monochromatic Colors of #77301F
Black with #77301F
Text Example
Text Example
White with #77301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77301F; }
p { color: rgb(119,48,31); }
H1.HeaderClassName
{
color: #77301F;
}
.AnyTagClassName
{
color: #77301F;
}
</style>
background-color css
<style>
a { background-color: #77301F; }
a { background-color: rgb(119,48,31); }
div.DivClassName
{
background-color: #77301F;
}
.BgClassName
{
background-color: #77301F;
}
</style>
border-color css
<style>
span { border-color: #77301F; }
span { border-color: rgb(119,48,31); }
td.TdClassName
{
border-color: #77301F;
}
.TagClassName
{
border-color: #77301F;
}
</style>