Shades of Pueblo #76341F
Tints of Pueblo #76341F
RGB
CMYK
RGB Variations
Color information
#76341F (or 0x76341F) is known color: Pueblo. HEX triplet: 76, 34 and 1F. RGB value is (118,52,31). Sum of RGB (Red+Green+Blue) = 118+52+31=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 31 (12.5% from 255 or 15.42% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #76341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76341F is #89CBE0. Grayscale: #454545. Windows color (decimal): -9030625 or 2045046. OLE color: 2045046.
HSL color Cylindrical-coordinate representation of color #76341F: hue angle of 14.48º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76341F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 31 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.54 |
| HSL | 14.48º | 0.58% | 0.29% | - |
| HSV(B) | 14.48º | 0.74% | 0.46% | - |
| XYZ | 8.95 | 6.41 | 2.06 | - |
| YUV | 69.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 31 | 0 | 0.56 | 0.74 | 0.54 | 14.48 | 0.58 | 0.29 |
| Hex | 76 | 34 | 1F | 0 | 38 | 4A | 36 | E | 3A | 1D |
| Octal | 166 | 64 | 37 | 0 | 70 | 112 | 66 | 16 | 72 | 35 |
| Binary | 1110110 | 110100 | 11111 | 0 | 111000 | 1001010 | 110110 | 1110 | 111010 | 11101 |
Color Harmonies of #76341F
Complementary color
Monochromatic Colors of #76341F
Black with #76341F
Text Example
Text Example
White with #76341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76341F; }
p { color: rgb(118,52,31); }
H1.HeaderClassName
{
color: #76341F;
}
.AnyTagClassName
{
color: #76341F;
}
</style>
background-color css
<style>
a { background-color: #76341F; }
a { background-color: rgb(118,52,31); }
div.DivClassName
{
background-color: #76341F;
}
.BgClassName
{
background-color: #76341F;
}
</style>
border-color css
<style>
span { border-color: #76341F; }
span { border-color: rgb(118,52,31); }
td.TdClassName
{
border-color: #76341F;
}
.TagClassName
{
border-color: #76341F;
}
</style>