Shades of Pueblo #76270D
Tints of Pueblo #76270D
RGB
CMYK
RGB Variations
Color information
#76270D (or 0x76270D) is known color: Pueblo. HEX triplet: 76, 27 and 0D. RGB value is (118,39,13). Sum of RGB (Red+Green+Blue) = 118+39+13=170 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.41% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 13 (5.47% from 255 or 7.65% from 170); Max value from RGB is 118 - color contains mainly: red. Hex color #76270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76270D is #89D8F2. Grayscale: #3B3B3B. Windows color (decimal): -9033971 or 862070. OLE color: 862070.
HSL color Cylindrical-coordinate representation of color #76270D: hue angle of 14.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76270D is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 13 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.54 |
| HSL | 14.86º | 0.8% | 0.26% | - |
| HSV(B) | 14.86º | 0.89% | 0.46% | - |
| XYZ | 8.27 | 5.33 | 0.97 | - |
| YUV | 59.66 | 101.67 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 13 | 0 | 0.67 | 0.89 | 0.54 | 14.86 | 0.8 | 0.26 |
| Hex | 76 | 27 | D | 0 | 43 | 59 | 36 | F | 50 | 1A |
| Octal | 166 | 47 | 15 | 0 | 103 | 131 | 66 | 17 | 120 | 32 |
| Binary | 1110110 | 100111 | 1101 | 0 | 1000011 | 1011001 | 110110 | 1111 | 1010000 | 11010 |
Color Harmonies of #76270D
Complementary color
Monochromatic Colors of #76270D
Black with #76270D
Text Example
Text Example
White with #76270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76270D; }
p { color: rgb(118,39,13); }
H1.HeaderClassName
{
color: #76270D;
}
.AnyTagClassName
{
color: #76270D;
}
</style>
background-color css
<style>
a { background-color: #76270D; }
a { background-color: rgb(118,39,13); }
div.DivClassName
{
background-color: #76270D;
}
.BgClassName
{
background-color: #76270D;
}
</style>
border-color css
<style>
span { border-color: #76270D; }
span { border-color: rgb(118,39,13); }
td.TdClassName
{
border-color: #76270D;
}
.TagClassName
{
border-color: #76270D;
}
</style>