Shades of Pablo #746C5D
Tints of Pablo #746C5D
RGB
CMYK
RGB Variations
Color information
#746C5D (or 0x746C5D) is known color: Pablo. HEX triplet: 74, 6C and 5D. RGB value is (116,108,93). Sum of RGB (Red+Green+Blue) = 116+108+93=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #746C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C5D is #8B93A2. Grayscale: #6C6C6C. Windows color (decimal): -9147299 or 6122612. OLE color: 6122612.
HSL color Cylindrical-coordinate representation of color #746C5D: hue angle of 39.13º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746C5D is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 93 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.55 |
| HSL | 39.13º | 0.11% | 0.41% | - |
| HSV(B) | 39.13º | 0.2% | 0.45% | - |
| XYZ | 14.54 | 15.23 | 12.53 | - |
| YUV | 108.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 93 | 0 | 0.07 | 0.20 | 0.55 | 39.13 | 0.11 | 0.41 |
| Hex | 74 | 6C | 5D | 0 | 7 | 14 | 37 | 27 | B | 29 |
| Octal | 164 | 154 | 135 | 0 | 7 | 24 | 67 | 47 | 13 | 51 |
| Binary | 1110100 | 1101100 | 1011101 | 0 | 111 | 10100 | 110111 | 100111 | 1011 | 101001 |
Color Harmonies of #746C5D
Complementary color
Monochromatic Colors of #746C5D
Black with #746C5D
Text Example
Text Example
White with #746C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C5D; }
p { color: rgb(116,108,93); }
H1.HeaderClassName
{
color: #746C5D;
}
.AnyTagClassName
{
color: #746C5D;
}
</style>
background-color css
<style>
a { background-color: #746C5D; }
a { background-color: rgb(116,108,93); }
div.DivClassName
{
background-color: #746C5D;
}
.BgClassName
{
background-color: #746C5D;
}
</style>
border-color css
<style>
span { border-color: #746C5D; }
span { border-color: rgb(116,108,93); }
td.TdClassName
{
border-color: #746C5D;
}
.TagClassName
{
border-color: #746C5D;
}
</style>