Shades of Pueblo #762C1E
Tints of Pueblo #762C1E
RGB
CMYK
RGB Variations
Color information
#762C1E (or 0x762C1E) is known color: Pueblo. HEX triplet: 76, 2C and 1E. RGB value is (118,44,30). Sum of RGB (Red+Green+Blue) = 118+44+30=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #762C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C1E is #89D3E1. Grayscale: #404040. Windows color (decimal): -9032674 or 1977462. OLE color: 1977462.
HSL color Cylindrical-coordinate representation of color #762C1E: hue angle of 9.55º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762C1E is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 30 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.54 |
| HSL | 9.55º | 0.59% | 0.29% | - |
| HSV(B) | 9.55º | 0.75% | 0.46% | - |
| XYZ | 8.61 | 5.75 | 1.88 | - |
| YUV | 64.53 | 108.52 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 30 | 0 | 0.63 | 0.75 | 0.54 | 9.55 | 0.59 | 0.29 |
| Hex | 76 | 2C | 1E | 0 | 3F | 4B | 36 | A | 3B | 1D |
| Octal | 166 | 54 | 36 | 0 | 77 | 113 | 66 | 12 | 73 | 35 |
| Binary | 1110110 | 101100 | 11110 | 0 | 111111 | 1001011 | 110110 | 1010 | 111011 | 11101 |
Color Harmonies of #762C1E
Complementary color
Monochromatic Colors of #762C1E
Black with #762C1E
Text Example
Text Example
White with #762C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C1E; }
p { color: rgb(118,44,30); }
H1.HeaderClassName
{
color: #762C1E;
}
.AnyTagClassName
{
color: #762C1E;
}
</style>
background-color css
<style>
a { background-color: #762C1E; }
a { background-color: rgb(118,44,30); }
div.DivClassName
{
background-color: #762C1E;
}
.BgClassName
{
background-color: #762C1E;
}
</style>
border-color css
<style>
span { border-color: #762C1E; }
span { border-color: rgb(118,44,30); }
td.TdClassName
{
border-color: #762C1E;
}
.TagClassName
{
border-color: #762C1E;
}
</style>