Shades of Pueblo #76280F
Tints of Pueblo #76280F
RGB
CMYK
RGB Variations
Color information
#76280F (or 0x76280F) is known color: Pueblo. HEX triplet: 76, 28 and 0F. RGB value is (118,40,15). Sum of RGB (Red+Green+Blue) = 118+40+15=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 40 (16.02% from 255 or 23.12% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #76280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76280F is #89D7F0. Grayscale: #3C3C3C. Windows color (decimal): -9033713 or 993398. OLE color: 993398.
HSL color Cylindrical-coordinate representation of color #76280F: hue angle of 14.56º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76280F is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 40 | 15 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.54 |
| HSL | 14.56º | 0.77% | 0.26% | - |
| HSV(B) | 14.56º | 0.87% | 0.46% | - |
| XYZ | 8.32 | 5.4 | 1.06 | - |
| YUV | 60.47 | 102.34 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 40 | 15 | 0 | 0.66 | 0.87 | 0.54 | 14.56 | 0.77 | 0.26 |
| Hex | 76 | 28 | F | 0 | 42 | 57 | 36 | F | 4D | 1A |
| Octal | 166 | 50 | 17 | 0 | 102 | 127 | 66 | 17 | 115 | 32 |
| Binary | 1110110 | 101000 | 1111 | 0 | 1000010 | 1010111 | 110110 | 1111 | 1001101 | 11010 |
Color Harmonies of #76280F
Complementary color
Monochromatic Colors of #76280F
Black with #76280F
Text Example
Text Example
White with #76280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76280F; }
p { color: rgb(118,40,15); }
H1.HeaderClassName
{
color: #76280F;
}
.AnyTagClassName
{
color: #76280F;
}
</style>
background-color css
<style>
a { background-color: #76280F; }
a { background-color: rgb(118,40,15); }
div.DivClassName
{
background-color: #76280F;
}
.BgClassName
{
background-color: #76280F;
}
</style>
border-color css
<style>
span { border-color: #76280F; }
span { border-color: rgb(118,40,15); }
td.TdClassName
{
border-color: #76280F;
}
.TagClassName
{
border-color: #76280F;
}
</style>