Shades of Kimberly #746D8C
Tints of Kimberly #746D8C
RGB
CMYK
RGB Variations
Color information
#746D8C (or 0x746D8C) is known color: Kimberly. HEX triplet: 74, 6D and 8C. RGB value is (116,109,140). Sum of RGB (Red+Green+Blue) = 116+109+140=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 140 - color contains mainly: blue. Hex color #746D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D8C is #8B9273. Grayscale: #727272. Windows color (decimal): -9146996 or 9203060. OLE color: 9203060.
HSL color Cylindrical-coordinate representation of color #746D8C: hue angle of 253.55º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #746D8C is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 109 | 140 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.45 |
| HSL | 253.55º | 0.12% | 0.49% | - |
| HSV(B) | 253.55º | 0.22% | 0.55% | - |
| XYZ | 17.4 | 16.54 | 27.09 | - |
| YUV | 114.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 140 | 0.17 | 0.22 | 0 | 0.45 | 253.55 | 0.12 | 0.49 |
| Hex | 74 | 6D | 8C | 11 | 16 | 0 | 2D | FE | C | 31 |
| Octal | 164 | 155 | 214 | 21 | 26 | 0 | 55 | 376 | 14 | 61 |
| Binary | 1110100 | 1101101 | 10001100 | 10001 | 10110 | 0 | 101101 | 11111110 | 1100 | 110001 |
Color Harmonies of #746D8C
Complementary color
Monochromatic Colors of #746D8C
Black with #746D8C
Text Example
Text Example
White with #746D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D8C; }
p { color: rgb(116,109,140); }
H1.HeaderClassName
{
color: #746D8C;
}
.AnyTagClassName
{
color: #746D8C;
}
</style>
background-color css
<style>
a { background-color: #746D8C; }
a { background-color: rgb(116,109,140); }
div.DivClassName
{
background-color: #746D8C;
}
.BgClassName
{
background-color: #746D8C;
}
</style>
border-color css
<style>
span { border-color: #746D8C; }
span { border-color: rgb(116,109,140); }
td.TdClassName
{
border-color: #746D8C;
}
.TagClassName
{
border-color: #746D8C;
}
</style>