Shades of Kimberly #746E83
Tints of Kimberly #746E83
RGB
CMYK
RGB Variations
Color information
#746E83 (or 0x746E83) is known color: Kimberly. HEX triplet: 74, 6E and 83. RGB value is (116,110,131). Sum of RGB (Red+Green+Blue) = 116+110+131=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 131 - color contains mainly: blue. Hex color #746E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E83 is #8B917C. Grayscale: #727272. Windows color (decimal): -9146749 or 8613492. OLE color: 8613492.
HSL color Cylindrical-coordinate representation of color #746E83: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746E83 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 110 | 131 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.49 |
| HSL | 257.14º | 0.09% | 0.47% | - |
| HSV(B) | 257.14º | 0.16% | 0.51% | - |
| XYZ | 16.88 | 16.5 | 23.77 | - |
| YUV | 114.19 | 137.49 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 131 | 0.11 | 0.16 | 0 | 0.49 | 257.14 | 0.09 | 0.47 |
| Hex | 74 | 6E | 83 | B | 10 | 0 | 31 | 101 | 9 | 2F |
| Octal | 164 | 156 | 203 | 13 | 20 | 0 | 61 | 401 | 11 | 57 |
| Binary | 1110100 | 1101110 | 10000011 | 1011 | 10000 | 0 | 110001 | 100000001 | 1001 | 101111 |
Color Harmonies of #746E83
Complementary color
Monochromatic Colors of #746E83
Black with #746E83
Text Example
Text Example
White with #746E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E83; }
p { color: rgb(116,110,131); }
H1.HeaderClassName
{
color: #746E83;
}
.AnyTagClassName
{
color: #746E83;
}
</style>
background-color css
<style>
a { background-color: #746E83; }
a { background-color: rgb(116,110,131); }
div.DivClassName
{
background-color: #746E83;
}
.BgClassName
{
background-color: #746E83;
}
</style>
border-color css
<style>
span { border-color: #746E83; }
span { border-color: rgb(116,110,131); }
td.TdClassName
{
border-color: #746E83;
}
.TagClassName
{
border-color: #746E83;
}
</style>