Shades of Pueblo #762C1D
Tints of Pueblo #762C1D
RGB
CMYK
RGB Variations
Color information
#762C1D (or 0x762C1D) is known color: Pueblo. HEX triplet: 76, 2C and 1D. RGB value is (118,44,29). Sum of RGB (Red+Green+Blue) = 118+44+29=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C1D is #89D3E2. Grayscale: #404040. Windows color (decimal): -9032675 or 1911926. OLE color: 1911926.
HSL color Cylindrical-coordinate representation of color #762C1D: hue angle of 10.11º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762C1D is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 29 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.54 |
| HSL | 10.11º | 0.61% | 0.29% | - |
| HSV(B) | 10.11º | 0.75% | 0.46% | - |
| XYZ | 8.59 | 5.74 | 1.82 | - |
| YUV | 64.42 | 108.02 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 29 | 0 | 0.63 | 0.75 | 0.54 | 10.11 | 0.61 | 0.29 |
| Hex | 76 | 2C | 1D | 0 | 3F | 4B | 36 | A | 3D | 1D |
| Octal | 166 | 54 | 35 | 0 | 77 | 113 | 66 | 12 | 75 | 35 |
| Binary | 1110110 | 101100 | 11101 | 0 | 111111 | 1001011 | 110110 | 1010 | 111101 | 11101 |
Color Harmonies of #762C1D
Complementary color
Monochromatic Colors of #762C1D
Black with #762C1D
Text Example
Text Example
White with #762C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C1D; }
p { color: rgb(118,44,29); }
H1.HeaderClassName
{
color: #762C1D;
}
.AnyTagClassName
{
color: #762C1D;
}
</style>
background-color css
<style>
a { background-color: #762C1D; }
a { background-color: rgb(118,44,29); }
div.DivClassName
{
background-color: #762C1D;
}
.BgClassName
{
background-color: #762C1D;
}
</style>
border-color css
<style>
span { border-color: #762C1D; }
span { border-color: rgb(118,44,29); }
td.TdClassName
{
border-color: #762C1D;
}
.TagClassName
{
border-color: #762C1D;
}
</style>