Shades of Pueblo #752A1A
Tints of Pueblo #752A1A
RGB
CMYK
RGB Variations
Color information
#752A1A (or 0x752A1A) is known color: Pueblo. HEX triplet: 75, 2A and 1A. RGB value is (117,42,26). Sum of RGB (Red+Green+Blue) = 117+42+26=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 26 (10.55% from 255 or 14.05% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #752A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752A1A is #8AD5E5. Grayscale: #3E3E3E. Windows color (decimal): -9098726 or 1714805. OLE color: 1714805.
HSL color Cylindrical-coordinate representation of color #752A1A: hue angle of 10.55º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752A1A is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 42 | 26 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.54 |
| HSL | 10.55º | 0.64% | 0.28% | - |
| HSV(B) | 10.55º | 0.78% | 0.46% | - |
| XYZ | 8.35 | 5.51 | 1.6 | - |
| YUV | 62.6 | 107.35 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 26 | 0 | 0.64 | 0.78 | 0.54 | 10.55 | 0.64 | 0.28 |
| Hex | 75 | 2A | 1A | 0 | 40 | 4E | 36 | B | 40 | 1C |
| Octal | 165 | 52 | 32 | 0 | 100 | 116 | 66 | 13 | 100 | 34 |
| Binary | 1110101 | 101010 | 11010 | 0 | 1000000 | 1001110 | 110110 | 1011 | 1000000 | 11100 |
Color Harmonies of #752A1A
Complementary color
Monochromatic Colors of #752A1A
Black with #752A1A
Text Example
Text Example
White with #752A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752A1A; }
p { color: rgb(117,42,26); }
H1.HeaderClassName
{
color: #752A1A;
}
.AnyTagClassName
{
color: #752A1A;
}
</style>
background-color css
<style>
a { background-color: #752A1A; }
a { background-color: rgb(117,42,26); }
div.DivClassName
{
background-color: #752A1A;
}
.BgClassName
{
background-color: #752A1A;
}
</style>
border-color css
<style>
span { border-color: #752A1A; }
span { border-color: rgb(117,42,26); }
td.TdClassName
{
border-color: #752A1A;
}
.TagClassName
{
border-color: #752A1A;
}
</style>