Shades of Pueblo #742B1A
Tints of Pueblo #742B1A
RGB
CMYK
RGB Variations
Color information
#742B1A (or 0x742B1A) is known color: Pueblo. HEX triplet: 74, 2B and 1A. RGB value is (116,43,26). Sum of RGB (Red+Green+Blue) = 116+43+26=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #742B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742B1A is #8BD4E5. Grayscale: #3F3F3F. Windows color (decimal): -9164006 or 1715060. OLE color: 1715060.
HSL color Cylindrical-coordinate representation of color #742B1A: hue angle of 11.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #742B1A is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 43 | 26 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.55 |
| HSL | 11.33º | 0.63% | 0.28% | - |
| HSV(B) | 11.33º | 0.78% | 0.45% | - |
| XYZ | 8.25 | 5.52 | 1.61 | - |
| YUV | 62.89 | 107.18 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 43 | 26 | 0 | 0.63 | 0.78 | 0.55 | 11.33 | 0.63 | 0.28 |
| Hex | 74 | 2B | 1A | 0 | 3F | 4E | 37 | B | 3F | 1C |
| Octal | 164 | 53 | 32 | 0 | 77 | 116 | 67 | 13 | 77 | 34 |
| Binary | 1110100 | 101011 | 11010 | 0 | 111111 | 1001110 | 110111 | 1011 | 111111 | 11100 |
Color Harmonies of #742B1A
Complementary color
Monochromatic Colors of #742B1A
Black with #742B1A
Text Example
Text Example
White with #742B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742B1A; }
p { color: rgb(116,43,26); }
H1.HeaderClassName
{
color: #742B1A;
}
.AnyTagClassName
{
color: #742B1A;
}
</style>
background-color css
<style>
a { background-color: #742B1A; }
a { background-color: rgb(116,43,26); }
div.DivClassName
{
background-color: #742B1A;
}
.BgClassName
{
background-color: #742B1A;
}
</style>
border-color css
<style>
span { border-color: #742B1A; }
span { border-color: rgb(116,43,26); }
td.TdClassName
{
border-color: #742B1A;
}
.TagClassName
{
border-color: #742B1A;
}
</style>