Shades of Kimberly #746A8B
Tints of Kimberly #746A8B
RGB
CMYK
RGB Variations
Color information
#746A8B (or 0x746A8B) is known color: Kimberly. HEX triplet: 74, 6A and 8B. RGB value is (116,106,139). Sum of RGB (Red+Green+Blue) = 116+106+139=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #746A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746A8B is #8B9574. Grayscale: #707070. Windows color (decimal): -9147765 or 9136756. OLE color: 9136756.
HSL color Cylindrical-coordinate representation of color #746A8B: hue angle of 258.18º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746A8B is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 116 | 106 | 139 | - |
CMYK | 0.17 | 0.24 | 0 | 0.45 |
HSL | 258.18º | 0.13% | 0.48% | - |
HSV(B) | 258.18º | 0.24% | 0.55% | - |
XYZ | 17.02 | 15.89 | 26.6 | - |
YUV | 112.75 | 142.81 | 130.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 116 | 106 | 139 | 0.17 | 0.24 | 0 | 0.45 | 258.18 | 0.13 | 0.48 |
Hex | 74 | 6A | 8B | 11 | 18 | 0 | 2D | 102 | D | 30 |
Octal | 164 | 152 | 213 | 21 | 30 | 0 | 55 | 402 | 15 | 60 |
Binary | 1110100 | 1101010 | 10001011 | 10001 | 11000 | 0 | 101101 | 100000010 | 1101 | 110000 |
Color Harmonies of #746A8B
Complementary color
Monochromatic Colors of #746A8B
Black with #746A8B
Text Example
Text Example
White with #746A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746A8B; }
p { color: rgb(116,106,139); }
H1.HeaderClassName
{
color: #746A8B;
}
.AnyTagClassName
{
color: #746A8B;
}
</style>
background-color css
<style>
a { background-color: #746A8B; }
a { background-color: rgb(116,106,139); }
div.DivClassName
{
background-color: #746A8B;
}
.BgClassName
{
background-color: #746A8B;
}
</style>
border-color css
<style>
span { border-color: #746A8B; }
span { border-color: rgb(116,106,139); }
td.TdClassName
{
border-color: #746A8B;
}
.TagClassName
{
border-color: #746A8B;
}
</style>