Shades of Pueblo #78301D
Tints of Pueblo #78301D
RGB
CMYK
RGB Variations
Color information
#78301D (or 0x78301D) is known color: Pueblo. HEX triplet: 78, 30 and 1D. RGB value is (120,48,29). Sum of RGB (Red+Green+Blue) = 120+48+29=197 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.91% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 120 - color contains mainly: red. Hex color #78301D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78301D is #87CFE2. Grayscale: #434343. Windows color (decimal): -8900579 or 1912952. OLE color: 1912952.
HSL color Cylindrical-coordinate representation of color #78301D: hue angle of 12.53º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78301D is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 29 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.53 |
| HSL | 12.53º | 0.61% | 0.29% | - |
| HSV(B) | 12.53º | 0.76% | 0.47% | - |
| XYZ | 9.02 | 6.2 | 1.88 | - |
| YUV | 67.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 29 | 0 | 0.60 | 0.76 | 0.53 | 12.53 | 0.61 | 0.29 |
| Hex | 78 | 30 | 1D | 0 | 3C | 4C | 35 | D | 3D | 1D |
| Octal | 170 | 60 | 35 | 0 | 74 | 114 | 65 | 15 | 75 | 35 |
| Binary | 1111000 | 110000 | 11101 | 0 | 111100 | 1001100 | 110101 | 1101 | 111101 | 11101 |
Color Harmonies of #78301D
Complementary color
Monochromatic Colors of #78301D
Black with #78301D
Text Example
Text Example
White with #78301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78301D; }
p { color: rgb(120,48,29); }
H1.HeaderClassName
{
color: #78301D;
}
.AnyTagClassName
{
color: #78301D;
}
</style>
background-color css
<style>
a { background-color: #78301D; }
a { background-color: rgb(120,48,29); }
div.DivClassName
{
background-color: #78301D;
}
.BgClassName
{
background-color: #78301D;
}
</style>
border-color css
<style>
span { border-color: #78301D; }
span { border-color: rgb(120,48,29); }
td.TdClassName
{
border-color: #78301D;
}
.TagClassName
{
border-color: #78301D;
}
</style>