Shades of Kimberly #746D8A
Tints of Kimberly #746D8A
RGB
CMYK
RGB Variations
Color information
#746D8A (or 0x746D8A) is known color: Kimberly. HEX triplet: 74, 6D and 8A. RGB value is (116,109,138). Sum of RGB (Red+Green+Blue) = 116+109+138=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #746D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D8A is #8B9275. Grayscale: #727272. Windows color (decimal): -9146998 or 9071988. OLE color: 9071988.
HSL color Cylindrical-coordinate representation of color #746D8A: hue angle of 254.48º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #746D8A is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 109 | 138 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.46 |
| HSL | 254.48º | 0.12% | 0.48% | - |
| HSV(B) | 254.48º | 0.21% | 0.54% | - |
| XYZ | 17.26 | 16.49 | 26.32 | - |
| YUV | 114.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 138 | 0.16 | 0.21 | 0 | 0.46 | 254.48 | 0.12 | 0.48 |
| Hex | 74 | 6D | 8A | 10 | 15 | 0 | 2E | FE | C | 30 |
| Octal | 164 | 155 | 212 | 20 | 25 | 0 | 56 | 376 | 14 | 60 |
| Binary | 1110100 | 1101101 | 10001010 | 10000 | 10101 | 0 | 101110 | 11111110 | 1100 | 110000 |
Color Harmonies of #746D8A
Complementary color
Monochromatic Colors of #746D8A
Black with #746D8A
Text Example
Text Example
White with #746D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D8A; }
p { color: rgb(116,109,138); }
H1.HeaderClassName
{
color: #746D8A;
}
.AnyTagClassName
{
color: #746D8A;
}
</style>
background-color css
<style>
a { background-color: #746D8A; }
a { background-color: rgb(116,109,138); }
div.DivClassName
{
background-color: #746D8A;
}
.BgClassName
{
background-color: #746D8A;
}
</style>
border-color css
<style>
span { border-color: #746D8A; }
span { border-color: rgb(116,109,138); }
td.TdClassName
{
border-color: #746D8A;
}
.TagClassName
{
border-color: #746D8A;
}
</style>