Shades of Pueblo #76301C
Tints of Pueblo #76301C
RGB
CMYK
RGB Variations
Color information
#76301C (or 0x76301C) is known color: Pueblo. HEX triplet: 76, 30 and 1C. RGB value is (118,48,28). Sum of RGB (Red+Green+Blue) = 118+48+28=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76301C is #89CFE3. Grayscale: #424242. Windows color (decimal): -9031652 or 1847414. OLE color: 1847414.
HSL color Cylindrical-coordinate representation of color #76301C: hue angle of 13.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76301C is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 48 | 28 | - |
| CMYK | 0 | 0.59 | 0.76 | 0.54 |
| HSL | 13.33º | 0.62% | 0.29% | - |
| HSV(B) | 13.33º | 0.76% | 0.46% | - |
| XYZ | 8.74 | 6.05 | 1.81 | - |
| YUV | 66.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 28 | 0 | 0.59 | 0.76 | 0.54 | 13.33 | 0.62 | 0.29 |
| Hex | 76 | 30 | 1C | 0 | 3B | 4C | 36 | D | 3E | 1D |
| Octal | 166 | 60 | 34 | 0 | 73 | 114 | 66 | 15 | 76 | 35 |
| Binary | 1110110 | 110000 | 11100 | 0 | 111011 | 1001100 | 110110 | 1101 | 111110 | 11101 |
Color Harmonies of #76301C
Complementary color
Monochromatic Colors of #76301C
Black with #76301C
Text Example
Text Example
White with #76301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76301C; }
p { color: rgb(118,48,28); }
H1.HeaderClassName
{
color: #76301C;
}
.AnyTagClassName
{
color: #76301C;
}
</style>
background-color css
<style>
a { background-color: #76301C; }
a { background-color: rgb(118,48,28); }
div.DivClassName
{
background-color: #76301C;
}
.BgClassName
{
background-color: #76301C;
}
</style>
border-color css
<style>
span { border-color: #76301C; }
span { border-color: rgb(118,48,28); }
td.TdClassName
{
border-color: #76301C;
}
.TagClassName
{
border-color: #76301C;
}
</style>