Shades of Pueblo #78301E
Tints of Pueblo #78301E
RGB
CMYK
RGB Variations
Color information
#78301E (or 0x78301E) is known color: Pueblo. HEX triplet: 78, 30 and 1E. RGB value is (120,48,30). Sum of RGB (Red+Green+Blue) = 120+48+30=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #78301E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78301E is #87CFE1. Grayscale: #434343. Windows color (decimal): -8900578 or 1978488. OLE color: 1978488.
HSL color Cylindrical-coordinate representation of color #78301E: hue angle of 12º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78301E is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 30 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.53 |
| HSL | 12º | 0.6% | 0.29% | - |
| HSV(B) | 12º | 0.75% | 0.47% | - |
| XYZ | 9.04 | 6.2 | 1.95 | - |
| YUV | 67.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 30 | 0 | 0.60 | 0.75 | 0.53 | 12 | 0.6 | 0.29 |
| Hex | 78 | 30 | 1E | 0 | 3C | 4B | 35 | C | 3C | 1D |
| Octal | 170 | 60 | 36 | 0 | 74 | 113 | 65 | 14 | 74 | 35 |
| Binary | 1111000 | 110000 | 11110 | 0 | 111100 | 1001011 | 110101 | 1100 | 111100 | 11101 |
Color Harmonies of #78301E
Complementary color
Monochromatic Colors of #78301E
Black with #78301E
Text Example
Text Example
White with #78301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78301E; }
p { color: rgb(120,48,30); }
H1.HeaderClassName
{
color: #78301E;
}
.AnyTagClassName
{
color: #78301E;
}
</style>
background-color css
<style>
a { background-color: #78301E; }
a { background-color: rgb(120,48,30); }
div.DivClassName
{
background-color: #78301E;
}
.BgClassName
{
background-color: #78301E;
}
</style>
border-color css
<style>
span { border-color: #78301E; }
span { border-color: rgb(120,48,30); }
td.TdClassName
{
border-color: #78301E;
}
.TagClassName
{
border-color: #78301E;
}
</style>