Shades of Pueblo #762C14
Tints of Pueblo #762C14
RGB
CMYK
RGB Variations
Color information
#762C14 (or 0x762C14) is known color: Pueblo. HEX triplet: 76, 2C and 14. RGB value is (118,44,20). Sum of RGB (Red+Green+Blue) = 118+44+20=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #762C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C14 is #89D3EB. Grayscale: #3F3F3F. Windows color (decimal): -9032684 or 1322102. OLE color: 1322102.
HSL color Cylindrical-coordinate representation of color #762C14: hue angle of 14.69º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #762C14 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 20 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.54 |
| HSL | 14.69º | 0.71% | 0.27% | - |
| HSV(B) | 14.69º | 0.83% | 0.46% | - |
| XYZ | 8.5 | 5.7 | 1.31 | - |
| YUV | 63.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 20 | 0 | 0.63 | 0.83 | 0.54 | 14.69 | 0.71 | 0.27 |
| Hex | 76 | 2C | 14 | 0 | 3F | 53 | 36 | F | 47 | 1B |
| Octal | 166 | 54 | 24 | 0 | 77 | 123 | 66 | 17 | 107 | 33 |
| Binary | 1110110 | 101100 | 10100 | 0 | 111111 | 1010011 | 110110 | 1111 | 1000111 | 11011 |
Color Harmonies of #762C14
Complementary color
Monochromatic Colors of #762C14
Black with #762C14
Text Example
Text Example
White with #762C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C14; }
p { color: rgb(118,44,20); }
H1.HeaderClassName
{
color: #762C14;
}
.AnyTagClassName
{
color: #762C14;
}
</style>
background-color css
<style>
a { background-color: #762C14; }
a { background-color: rgb(118,44,20); }
div.DivClassName
{
background-color: #762C14;
}
.BgClassName
{
background-color: #762C14;
}
</style>
border-color css
<style>
span { border-color: #762C14; }
span { border-color: rgb(118,44,20); }
td.TdClassName
{
border-color: #762C14;
}
.TagClassName
{
border-color: #762C14;
}
</style>