Shades of Kimberly #736D8D
Tints of Kimberly #736D8D
RGB
CMYK
RGB Variations
Color information
#736D8D (or 0x736D8D) is known color: Kimberly. HEX triplet: 73, 6D and 8D. RGB value is (115,109,141). Sum of RGB (Red+Green+Blue) = 115+109+141=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 141 - color contains mainly: blue. Hex color #736D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736D8D is #8C9272. Grayscale: #727272. Windows color (decimal): -9212531 or 9268595. OLE color: 9268595.
HSL color Cylindrical-coordinate representation of color #736D8D: hue angle of 251.25º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736D8D is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 109 | 141 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.45 |
| HSL | 251.25º | 0.13% | 0.49% | - |
| HSV(B) | 251.25º | 0.23% | 0.55% | - |
| XYZ | 17.35 | 16.51 | 27.47 | - |
| YUV | 114.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 141 | 0.18 | 0.23 | 0 | 0.45 | 251.25 | 0.13 | 0.49 |
| Hex | 73 | 6D | 8D | 12 | 17 | 0 | 2D | FB | D | 31 |
| Octal | 163 | 155 | 215 | 22 | 27 | 0 | 55 | 373 | 15 | 61 |
| Binary | 1110011 | 1101101 | 10001101 | 10010 | 10111 | 0 | 101101 | 11111011 | 1101 | 110001 |
Color Harmonies of #736D8D
Complementary color
Monochromatic Colors of #736D8D
Black with #736D8D
Text Example
Text Example
White with #736D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D8D; }
p { color: rgb(115,109,141); }
H1.HeaderClassName
{
color: #736D8D;
}
.AnyTagClassName
{
color: #736D8D;
}
</style>
background-color css
<style>
a { background-color: #736D8D; }
a { background-color: rgb(115,109,141); }
div.DivClassName
{
background-color: #736D8D;
}
.BgClassName
{
background-color: #736D8D;
}
</style>
border-color css
<style>
span { border-color: #736D8D; }
span { border-color: rgb(115,109,141); }
td.TdClassName
{
border-color: #736D8D;
}
.TagClassName
{
border-color: #736D8D;
}
</style>