Shades of Kimberly #736C8B
Tints of Kimberly #736C8B
RGB
CMYK
RGB Variations
Color information
#736C8B (or 0x736C8B) is known color: Kimberly. HEX triplet: 73, 6C and 8B. RGB value is (115,108,139). Sum of RGB (Red+Green+Blue) = 115+108+139=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 139 - color contains mainly: blue. Hex color #736C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736C8B is #8C9374. Grayscale: #717171. Windows color (decimal): -9212789 or 9137267. OLE color: 9137267.
HSL color Cylindrical-coordinate representation of color #736C8B: hue angle of 253.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #736C8B is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 108 | 139 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.45 |
| HSL | 253.55º | 0.13% | 0.48% | - |
| HSV(B) | 253.55º | 0.22% | 0.55% | - |
| XYZ | 17.09 | 16.23 | 26.66 | - |
| YUV | 113.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 108 | 139 | 0.17 | 0.22 | 0 | 0.45 | 253.55 | 0.13 | 0.48 |
| Hex | 73 | 6C | 8B | 11 | 16 | 0 | 2D | FE | D | 30 |
| Octal | 163 | 154 | 213 | 21 | 26 | 0 | 55 | 376 | 15 | 60 |
| Binary | 1110011 | 1101100 | 10001011 | 10001 | 10110 | 0 | 101101 | 11111110 | 1101 | 110000 |
Color Harmonies of #736C8B
Complementary color
Monochromatic Colors of #736C8B
Black with #736C8B
Text Example
Text Example
White with #736C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736C8B; }
p { color: rgb(115,108,139); }
H1.HeaderClassName
{
color: #736C8B;
}
.AnyTagClassName
{
color: #736C8B;
}
</style>
background-color css
<style>
a { background-color: #736C8B; }
a { background-color: rgb(115,108,139); }
div.DivClassName
{
background-color: #736C8B;
}
.BgClassName
{
background-color: #736C8B;
}
</style>
border-color css
<style>
span { border-color: #736C8B; }
span { border-color: rgb(115,108,139); }
td.TdClassName
{
border-color: #736C8B;
}
.TagClassName
{
border-color: #736C8B;
}
</style>