Shades of Pablo #746C5C
Tints of Pablo #746C5C
RGB
CMYK
RGB Variations
Color information
#746C5C (or 0x746C5C) is known color: Pablo. HEX triplet: 74, 6C and 5C. RGB value is (116,108,92). Sum of RGB (Red+Green+Blue) = 116+108+92=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 116 - color contains mainly: red. Hex color #746C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C5C is #8B93A3. Grayscale: #6C6C6C. Windows color (decimal): -9147300 or 6057076. OLE color: 6057076.
HSL color Cylindrical-coordinate representation of color #746C5C: hue angle of 40º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #746C5C is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 92 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.55 |
| HSL | 40º | 0.12% | 0.41% | - |
| HSV(B) | 40º | 0.21% | 0.45% | - |
| XYZ | 14.5 | 15.21 | 12.3 | - |
| YUV | 108.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 92 | 0 | 0.07 | 0.21 | 0.55 | 40 | 0.12 | 0.41 |
| Hex | 74 | 6C | 5C | 0 | 7 | 15 | 37 | 28 | C | 29 |
| Octal | 164 | 154 | 134 | 0 | 7 | 25 | 67 | 50 | 14 | 51 |
| Binary | 1110100 | 1101100 | 1011100 | 0 | 111 | 10101 | 110111 | 101000 | 1100 | 101001 |
Color Harmonies of #746C5C
Complementary color
Monochromatic Colors of #746C5C
Black with #746C5C
Text Example
Text Example
White with #746C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C5C; }
p { color: rgb(116,108,92); }
H1.HeaderClassName
{
color: #746C5C;
}
.AnyTagClassName
{
color: #746C5C;
}
</style>
background-color css
<style>
a { background-color: #746C5C; }
a { background-color: rgb(116,108,92); }
div.DivClassName
{
background-color: #746C5C;
}
.BgClassName
{
background-color: #746C5C;
}
</style>
border-color css
<style>
span { border-color: #746C5C; }
span { border-color: rgb(116,108,92); }
td.TdClassName
{
border-color: #746C5C;
}
.TagClassName
{
border-color: #746C5C;
}
</style>