Shades of Pueblo #76261B
Tints of Pueblo #76261B
RGB
CMYK
RGB Variations
Color information
#76261B (or 0x76261B) is known color: Pueblo. HEX triplet: 76, 26 and 1B. RGB value is (118,38,27). Sum of RGB (Red+Green+Blue) = 118+38+27=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76261B is #89D9E4. Grayscale: #3C3C3C. Windows color (decimal): -9034213 or 1779318. OLE color: 1779318.
HSL color Cylindrical-coordinate representation of color #76261B: hue angle of 7.25º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76261B is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 27 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.54 |
| HSL | 7.25º | 0.63% | 0.28% | - |
| HSV(B) | 7.25º | 0.77% | 0.46% | - |
| XYZ | 8.36 | 5.32 | 1.62 | - |
| YUV | 60.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 27 | 0 | 0.68 | 0.77 | 0.54 | 7.25 | 0.63 | 0.28 |
| Hex | 76 | 26 | 1B | 0 | 44 | 4D | 36 | 7 | 3F | 1C |
| Octal | 166 | 46 | 33 | 0 | 104 | 115 | 66 | 7 | 77 | 34 |
| Binary | 1110110 | 100110 | 11011 | 0 | 1000100 | 1001101 | 110110 | 111 | 111111 | 11100 |
Color Harmonies of #76261B
Complementary color
Monochromatic Colors of #76261B
Black with #76261B
Text Example
Text Example
White with #76261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76261B; }
p { color: rgb(118,38,27); }
H1.HeaderClassName
{
color: #76261B;
}
.AnyTagClassName
{
color: #76261B;
}
</style>
background-color css
<style>
a { background-color: #76261B; }
a { background-color: rgb(118,38,27); }
div.DivClassName
{
background-color: #76261B;
}
.BgClassName
{
background-color: #76261B;
}
</style>
border-color css
<style>
span { border-color: #76261B; }
span { border-color: rgb(118,38,27); }
td.TdClassName
{
border-color: #76261B;
}
.TagClassName
{
border-color: #76261B;
}
</style>