Shades of Pablo #746E5E
Tints of Pablo #746E5E
RGB
CMYK
RGB Variations
Color information
#746E5E (or 0x746E5E) is known color: Pablo. HEX triplet: 74, 6E and 5E. RGB value is (116,110,94). Sum of RGB (Red+Green+Blue) = 116+110+94=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #746E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E5E is #8B91A1. Grayscale: #6E6E6E. Windows color (decimal): -9146786 or 6188660. OLE color: 6188660.
HSL color Cylindrical-coordinate representation of color #746E5E: hue angle of 43.64º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #746E5E is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
RGB | 116 | 110 | 94 | - |
CMYK | 0 | 0.05 | 0.19 | 0.55 |
HSL | 43.64º | 0.1% | 0.41% | - |
HSV(B) | 43.64º | 0.19% | 0.45% | - |
XYZ | 14.8 | 15.67 | 12.83 | - |
YUV | 109.97 | 118.99 | 132.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 116 | 110 | 94 | 0 | 0.05 | 0.19 | 0.55 | 43.64 | 0.1 | 0.41 |
Hex | 74 | 6E | 5E | 0 | 5 | 13 | 37 | 2C | A | 29 |
Octal | 164 | 156 | 136 | 0 | 5 | 23 | 67 | 54 | 12 | 51 |
Binary | 1110100 | 1101110 | 1011110 | 0 | 101 | 10011 | 110111 | 101100 | 1010 | 101001 |
Color Harmonies of #746E5E
Complementary color
Monochromatic Colors of #746E5E
Black with #746E5E
Text Example
Text Example
White with #746E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E5E; }
p { color: rgb(116,110,94); }
H1.HeaderClassName
{
color: #746E5E;
}
.AnyTagClassName
{
color: #746E5E;
}
</style>
background-color css
<style>
a { background-color: #746E5E; }
a { background-color: rgb(116,110,94); }
div.DivClassName
{
background-color: #746E5E;
}
.BgClassName
{
background-color: #746E5E;
}
</style>
border-color css
<style>
span { border-color: #746E5E; }
span { border-color: rgb(116,110,94); }
td.TdClassName
{
border-color: #746E5E;
}
.TagClassName
{
border-color: #746E5E;
}
</style>