Shades of Pueblo #762C1F
Tints of Pueblo #762C1F
RGB
CMYK
RGB Variations
Color information
#762C1F (or 0x762C1F) is known color: Pueblo. HEX triplet: 76, 2C and 1F. RGB value is (118,44,31). Sum of RGB (Red+Green+Blue) = 118+44+31=193 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.14% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 118 - color contains mainly: red. Hex color #762C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C1F is #89D3E0. Grayscale: #404040. Windows color (decimal): -9032673 or 2042998. OLE color: 2042998.
HSL color Cylindrical-coordinate representation of color #762C1F: hue angle of 8.97º 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 #762C1F is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 31 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.54 |
| HSL | 8.97º | 0.58% | 0.29% | - |
| HSV(B) | 8.97º | 0.74% | 0.46% | - |
| XYZ | 8.62 | 5.75 | 1.95 | - |
| YUV | 64.64 | 109.02 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 31 | 0 | 0.63 | 0.74 | 0.54 | 8.97 | 0.58 | 0.29 |
| Hex | 76 | 2C | 1F | 0 | 3F | 4A | 36 | 9 | 3A | 1D |
| Octal | 166 | 54 | 37 | 0 | 77 | 112 | 66 | 11 | 72 | 35 |
| Binary | 1110110 | 101100 | 11111 | 0 | 111111 | 1001010 | 110110 | 1001 | 111010 | 11101 |
Color Harmonies of #762C1F
Complementary color
Monochromatic Colors of #762C1F
Black with #762C1F
Text Example
Text Example
White with #762C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C1F; }
p { color: rgb(118,44,31); }
H1.HeaderClassName
{
color: #762C1F;
}
.AnyTagClassName
{
color: #762C1F;
}
</style>
background-color css
<style>
a { background-color: #762C1F; }
a { background-color: rgb(118,44,31); }
div.DivClassName
{
background-color: #762C1F;
}
.BgClassName
{
background-color: #762C1F;
}
</style>
border-color css
<style>
span { border-color: #762C1F; }
span { border-color: rgb(118,44,31); }
td.TdClassName
{
border-color: #762C1F;
}
.TagClassName
{
border-color: #762C1F;
}
</style>