Shades of Pablo #746D5B
Tints of Pablo #746D5B
RGB
CMYK
RGB Variations
Color information
#746D5B (or 0x746D5B) is known color: Pablo. HEX triplet: 74, 6D and 5B. RGB value is (116,109,91). Sum of RGB (Red+Green+Blue) = 116+109+91=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D5B is #8B92A4. Grayscale: #6D6D6D. Windows color (decimal): -9147045 or 5991796. OLE color: 5991796.
HSL color Cylindrical-coordinate representation of color #746D5B: hue angle of 43.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746D5B is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 91 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.55 |
| HSL | 43.2º | 0.12% | 0.41% | - |
| HSV(B) | 43.2º | 0.22% | 0.45% | - |
| XYZ | 14.56 | 15.41 | 12.1 | - |
| YUV | 109.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 91 | 0 | 0.06 | 0.22 | 0.55 | 43.2 | 0.12 | 0.41 |
| Hex | 74 | 6D | 5B | 0 | 6 | 16 | 37 | 2B | C | 29 |
| Octal | 164 | 155 | 133 | 0 | 6 | 26 | 67 | 53 | 14 | 51 |
| Binary | 1110100 | 1101101 | 1011011 | 0 | 110 | 10110 | 110111 | 101011 | 1100 | 101001 |
Color Harmonies of #746D5B
Complementary color
Monochromatic Colors of #746D5B
Black with #746D5B
Text Example
Text Example
White with #746D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D5B; }
p { color: rgb(116,109,91); }
H1.HeaderClassName
{
color: #746D5B;
}
.AnyTagClassName
{
color: #746D5B;
}
</style>
background-color css
<style>
a { background-color: #746D5B; }
a { background-color: rgb(116,109,91); }
div.DivClassName
{
background-color: #746D5B;
}
.BgClassName
{
background-color: #746D5B;
}
</style>
border-color css
<style>
span { border-color: #746D5B; }
span { border-color: rgb(116,109,91); }
td.TdClassName
{
border-color: #746D5B;
}
.TagClassName
{
border-color: #746D5B;
}
</style>