Shades of Pueblo #78341F
Tints of Pueblo #78341F
RGB
CMYK
RGB Variations
Color information
#78341F (or 0x78341F) is known color: Pueblo. HEX triplet: 78, 34 and 1F. RGB value is (120,52,31). Sum of RGB (Red+Green+Blue) = 120+52+31=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #78341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78341F is #87CBE0. Grayscale: #464646. Windows color (decimal): -8899553 or 2045048. OLE color: 2045048.
HSL color Cylindrical-coordinate representation of color #78341F: hue angle of 14.16º 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 #78341F is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 52 | 31 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.53 |
| HSL | 14.16º | 0.59% | 0.3% | - |
| HSV(B) | 14.16º | 0.74% | 0.47% | - |
| XYZ | 9.22 | 6.55 | 2.07 | - |
| YUV | 69.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 31 | 0 | 0.57 | 0.74 | 0.53 | 14.16 | 0.59 | 0.3 |
| Hex | 78 | 34 | 1F | 0 | 39 | 4A | 35 | E | 3B | 1E |
| Octal | 170 | 64 | 37 | 0 | 71 | 112 | 65 | 16 | 73 | 36 |
| Binary | 1111000 | 110100 | 11111 | 0 | 111001 | 1001010 | 110101 | 1110 | 111011 | 11110 |
Color Harmonies of #78341F
Complementary color
Monochromatic Colors of #78341F
Black with #78341F
Text Example
Text Example
White with #78341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78341F; }
p { color: rgb(120,52,31); }
H1.HeaderClassName
{
color: #78341F;
}
.AnyTagClassName
{
color: #78341F;
}
</style>
background-color css
<style>
a { background-color: #78341F; }
a { background-color: rgb(120,52,31); }
div.DivClassName
{
background-color: #78341F;
}
.BgClassName
{
background-color: #78341F;
}
</style>
border-color css
<style>
span { border-color: #78341F; }
span { border-color: rgb(120,52,31); }
td.TdClassName
{
border-color: #78341F;
}
.TagClassName
{
border-color: #78341F;
}
</style>