Shades of Kimberly #736D8B
Tints of Kimberly #736D8B
RGB
CMYK
RGB Variations
Color information
#736D8B (or 0x736D8B) is known color: Kimberly. HEX triplet: 73, 6D and 8B. RGB value is (115,109,139). Sum of RGB (Red+Green+Blue) = 115+109+139=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #736D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736D8B is #8C9274. Grayscale: #727272. Windows color (decimal): -9212533 or 9137523. OLE color: 9137523.
HSL color Cylindrical-coordinate representation of color #736D8B: hue angle of 252º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #736D8B is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 109 | 139 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.45 |
| HSL | 252º | 0.12% | 0.49% | - |
| HSV(B) | 252º | 0.22% | 0.55% | - |
| XYZ | 17.2 | 16.45 | 26.69 | - |
| YUV | 114.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 109 | 139 | 0.17 | 0.22 | 0 | 0.45 | 252 | 0.12 | 0.49 |
| Hex | 73 | 6D | 8B | 11 | 16 | 0 | 2D | FC | C | 31 |
| Octal | 163 | 155 | 213 | 21 | 26 | 0 | 55 | 374 | 14 | 61 |
| Binary | 1110011 | 1101101 | 10001011 | 10001 | 10110 | 0 | 101101 | 11111100 | 1100 | 110001 |
Color Harmonies of #736D8B
Complementary color
Monochromatic Colors of #736D8B
Black with #736D8B
Text Example
Text Example
White with #736D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736D8B; }
p { color: rgb(115,109,139); }
H1.HeaderClassName
{
color: #736D8B;
}
.AnyTagClassName
{
color: #736D8B;
}
</style>
background-color css
<style>
a { background-color: #736D8B; }
a { background-color: rgb(115,109,139); }
div.DivClassName
{
background-color: #736D8B;
}
.BgClassName
{
background-color: #736D8B;
}
</style>
border-color css
<style>
span { border-color: #736D8B; }
span { border-color: rgb(115,109,139); }
td.TdClassName
{
border-color: #736D8B;
}
.TagClassName
{
border-color: #736D8B;
}
</style>