Shades of Pueblo #772D15
Tints of Pueblo #772D15
RGB
CMYK
RGB Variations
Color information
#772D15 (or 0x772D15) is known color: Pueblo. HEX triplet: 77, 2D and 15. RGB value is (119,45,21). Sum of RGB (Red+Green+Blue) = 119+45+21=185 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.32% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 119 - color contains mainly: red. Hex color #772D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772D15 is #88D2EA. Grayscale: #404040. Windows color (decimal): -8966891 or 1387895. OLE color: 1387895.
HSL color Cylindrical-coordinate representation of color #772D15: hue angle of 14.69º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #772D15 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 21 | - |
| CMYK | 0 | 0.62 | 0.82 | 0.53 |
| HSL | 14.69º | 0.7% | 0.27% | - |
| HSV(B) | 14.69º | 0.82% | 0.47% | - |
| XYZ | 8.68 | 5.85 | 1.38 | - |
| YUV | 64.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 21 | 0 | 0.62 | 0.82 | 0.53 | 14.69 | 0.7 | 0.27 |
| Hex | 77 | 2D | 15 | 0 | 3E | 52 | 35 | F | 46 | 1B |
| Octal | 167 | 55 | 25 | 0 | 76 | 122 | 65 | 17 | 106 | 33 |
| Binary | 1110111 | 101101 | 10101 | 0 | 111110 | 1010010 | 110101 | 1111 | 1000110 | 11011 |
Color Harmonies of #772D15
Complementary color
Monochromatic Colors of #772D15
Black with #772D15
Text Example
Text Example
White with #772D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D15; }
p { color: rgb(119,45,21); }
H1.HeaderClassName
{
color: #772D15;
}
.AnyTagClassName
{
color: #772D15;
}
</style>
background-color css
<style>
a { background-color: #772D15; }
a { background-color: rgb(119,45,21); }
div.DivClassName
{
background-color: #772D15;
}
.BgClassName
{
background-color: #772D15;
}
</style>
border-color css
<style>
span { border-color: #772D15; }
span { border-color: rgb(119,45,21); }
td.TdClassName
{
border-color: #772D15;
}
.TagClassName
{
border-color: #772D15;
}
</style>