Shades of Kimberly #736A8B
Tints of Kimberly #736A8B
RGB
CMYK
RGB Variations
Color information
#736A8B (or 0x736A8B) is known color: Kimberly. HEX triplet: 73, 6A and 8B. RGB value is (115,106,139). Sum of RGB (Red+Green+Blue) = 115+106+139=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #736A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736A8B is #8C9574. Grayscale: #707070. Windows color (decimal): -9213301 or 9136755. OLE color: 9136755.
HSL color Cylindrical-coordinate representation of color #736A8B: hue angle of 256.36º 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 #736A8B is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 106 | 139 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.45 |
| HSL | 256.36º | 0.13% | 0.48% | - |
| HSV(B) | 256.36º | 0.24% | 0.55% | - |
| XYZ | 16.88 | 15.82 | 26.59 | - |
| YUV | 112.45 | 142.98 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 139 | 0.17 | 0.24 | 0 | 0.45 | 256.36 | 0.13 | 0.48 |
| Hex | 73 | 6A | 8B | 11 | 18 | 0 | 2D | 100 | D | 30 |
| Octal | 163 | 152 | 213 | 21 | 30 | 0 | 55 | 400 | 15 | 60 |
| Binary | 1110011 | 1101010 | 10001011 | 10001 | 11000 | 0 | 101101 | 100000000 | 1101 | 110000 |
Color Harmonies of #736A8B
Complementary color
Monochromatic Colors of #736A8B
Black with #736A8B
Text Example
Text Example
White with #736A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A8B; }
p { color: rgb(115,106,139); }
H1.HeaderClassName
{
color: #736A8B;
}
.AnyTagClassName
{
color: #736A8B;
}
</style>
background-color css
<style>
a { background-color: #736A8B; }
a { background-color: rgb(115,106,139); }
div.DivClassName
{
background-color: #736A8B;
}
.BgClassName
{
background-color: #736A8B;
}
</style>
border-color css
<style>
span { border-color: #736A8B; }
span { border-color: rgb(115,106,139); }
td.TdClassName
{
border-color: #736A8B;
}
.TagClassName
{
border-color: #736A8B;
}
</style>