Shades of Pueblo #7C341F
Tints of Pueblo #7C341F
RGB
CMYK
RGB Variations
Color information
#7C341F (or 0x7C341F) is known color: Pueblo. HEX triplet: 7C, 34 and 1F. RGB value is (124,52,31). Sum of RGB (Red+Green+Blue) = 124+52+31=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 31 (12.5% from 255 or 14.98% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C341F is #83CBE0. Grayscale: #474747. Windows color (decimal): -8637409 or 2045052. OLE color: 2045052.
HSL color Cylindrical-coordinate representation of color #7C341F: hue angle of 13.55º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C341F is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 31 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.51 |
| HSL | 13.55º | 0.6% | 0.3% | - |
| HSV(B) | 13.55º | 0.75% | 0.49% | - |
| XYZ | 9.79 | 6.84 | 2.1 | - |
| YUV | 71.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 31 | 0 | 0.58 | 0.75 | 0.51 | 13.55 | 0.6 | 0.3 |
| Hex | 7C | 34 | 1F | 0 | 3A | 4B | 33 | E | 3C | 1E |
| Octal | 174 | 64 | 37 | 0 | 72 | 113 | 63 | 16 | 74 | 36 |
| Binary | 1111100 | 110100 | 11111 | 0 | 111010 | 1001011 | 110011 | 1110 | 111100 | 11110 |
Color Harmonies of #7C341F
Complementary color
Monochromatic Colors of #7C341F
Black with #7C341F
Text Example
Text Example
White with #7C341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C341F; }
p { color: rgb(124,52,31); }
H1.HeaderClassName
{
color: #7C341F;
}
.AnyTagClassName
{
color: #7C341F;
}
</style>
background-color css
<style>
a { background-color: #7C341F; }
a { background-color: rgb(124,52,31); }
div.DivClassName
{
background-color: #7C341F;
}
.BgClassName
{
background-color: #7C341F;
}
</style>
border-color css
<style>
span { border-color: #7C341F; }
span { border-color: rgb(124,52,31); }
td.TdClassName
{
border-color: #7C341F;
}
.TagClassName
{
border-color: #7C341F;
}
</style>