Shades of Kimberly #746C86
Tints of Kimberly #746C86
RGB
CMYK
RGB Variations
Color information
#746C86 (or 0x746C86) is known color: Kimberly. HEX triplet: 74, 6C and 86. RGB value is (116,108,134). Sum of RGB (Red+Green+Blue) = 116+108+134=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 134 - color contains mainly: blue. Hex color #746C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746C86 is #8B9379. Grayscale: #717171. Windows color (decimal): -9147258 or 8809588. OLE color: 8809588.
HSL color Cylindrical-coordinate representation of color #746C86: hue angle of 258.46º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #746C86 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 108 | 134 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.47 |
| HSL | 258.46º | 0.11% | 0.47% | - |
| HSV(B) | 258.46º | 0.19% | 0.53% | - |
| XYZ | 16.87 | 16.16 | 24.78 | - |
| YUV | 113.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 134 | 0.13 | 0.19 | 0 | 0.47 | 258.46 | 0.11 | 0.47 |
| Hex | 74 | 6C | 86 | D | 13 | 0 | 2F | 102 | B | 2F |
| Octal | 164 | 154 | 206 | 15 | 23 | 0 | 57 | 402 | 13 | 57 |
| Binary | 1110100 | 1101100 | 10000110 | 1101 | 10011 | 0 | 101111 | 100000010 | 1011 | 101111 |
Color Harmonies of #746C86
Complementary color
Monochromatic Colors of #746C86
Black with #746C86
Text Example
Text Example
White with #746C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C86; }
p { color: rgb(116,108,134); }
H1.HeaderClassName
{
color: #746C86;
}
.AnyTagClassName
{
color: #746C86;
}
</style>
background-color css
<style>
a { background-color: #746C86; }
a { background-color: rgb(116,108,134); }
div.DivClassName
{
background-color: #746C86;
}
.BgClassName
{
background-color: #746C86;
}
</style>
border-color css
<style>
span { border-color: #746C86; }
span { border-color: rgb(116,108,134); }
td.TdClassName
{
border-color: #746C86;
}
.TagClassName
{
border-color: #746C86;
}
</style>