Shades of Pueblo #78301F
Tints of Pueblo #78301F
RGB
CMYK
RGB Variations
Color information
#78301F (or 0x78301F) is known color: Pueblo. HEX triplet: 78, 30 and 1F. RGB value is (120,48,31). Sum of RGB (Red+Green+Blue) = 120+48+31=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #78301F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78301F is #87CFE0. Grayscale: #434343. Windows color (decimal): -8900577 or 2044024. OLE color: 2044024.
HSL color Cylindrical-coordinate representation of color #78301F: hue angle of 11.46º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78301F is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 48 | 31 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.53 |
| HSL | 11.46º | 0.59% | 0.3% | - |
| HSV(B) | 11.46º | 0.74% | 0.47% | - |
| XYZ | 9.05 | 6.21 | 2.02 | - |
| YUV | 67.59 | 107.35 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 48 | 31 | 0 | 0.60 | 0.74 | 0.53 | 11.46 | 0.59 | 0.3 |
| Hex | 78 | 30 | 1F | 0 | 3C | 4A | 35 | B | 3B | 1E |
| Octal | 170 | 60 | 37 | 0 | 74 | 112 | 65 | 13 | 73 | 36 |
| Binary | 1111000 | 110000 | 11111 | 0 | 111100 | 1001010 | 110101 | 1011 | 111011 | 11110 |
Color Harmonies of #78301F
Complementary color
Monochromatic Colors of #78301F
Black with #78301F
Text Example
Text Example
White with #78301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78301F; }
p { color: rgb(120,48,31); }
H1.HeaderClassName
{
color: #78301F;
}
.AnyTagClassName
{
color: #78301F;
}
</style>
background-color css
<style>
a { background-color: #78301F; }
a { background-color: rgb(120,48,31); }
div.DivClassName
{
background-color: #78301F;
}
.BgClassName
{
background-color: #78301F;
}
</style>
border-color css
<style>
span { border-color: #78301F; }
span { border-color: rgb(120,48,31); }
td.TdClassName
{
border-color: #78301F;
}
.TagClassName
{
border-color: #78301F;
}
</style>