Shades of Kimberly #746F8B
Tints of Kimberly #746F8B
RGB
CMYK
RGB Variations
Color information
#746F8B (or 0x746F8B) is known color: Kimberly. HEX triplet: 74, 6F and 8B. RGB value is (116,111,139). Sum of RGB (Red+Green+Blue) = 116+111+139=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 139 - color contains mainly: blue. Hex color #746F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746F8B is #8B9074. Grayscale: #737373. Windows color (decimal): -9146485 or 9138036. OLE color: 9138036.
HSL color Cylindrical-coordinate representation of color #746F8B: hue angle of 250.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #746F8B is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 111 | 139 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.45 |
| HSL | 250.71º | 0.11% | 0.49% | - |
| HSV(B) | 250.71º | 0.2% | 0.55% | - |
| XYZ | 17.55 | 16.95 | 26.77 | - |
| YUV | 115.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 139 | 0.17 | 0.20 | 0 | 0.45 | 250.71 | 0.11 | 0.49 |
| Hex | 74 | 6F | 8B | 11 | 14 | 0 | 2D | FB | B | 31 |
| Octal | 164 | 157 | 213 | 21 | 24 | 0 | 55 | 373 | 13 | 61 |
| Binary | 1110100 | 1101111 | 10001011 | 10001 | 10100 | 0 | 101101 | 11111011 | 1011 | 110001 |
Color Harmonies of #746F8B
Complementary color
Monochromatic Colors of #746F8B
Black with #746F8B
Text Example
Text Example
White with #746F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F8B; }
p { color: rgb(116,111,139); }
H1.HeaderClassName
{
color: #746F8B;
}
.AnyTagClassName
{
color: #746F8B;
}
</style>
background-color css
<style>
a { background-color: #746F8B; }
a { background-color: rgb(116,111,139); }
div.DivClassName
{
background-color: #746F8B;
}
.BgClassName
{
background-color: #746F8B;
}
</style>
border-color css
<style>
span { border-color: #746F8B; }
span { border-color: rgb(116,111,139); }
td.TdClassName
{
border-color: #746F8B;
}
.TagClassName
{
border-color: #746F8B;
}
</style>