Shades of Kimberly #73658B
Tints of Kimberly #73658B
RGB
CMYK
RGB Variations
Color information
#73658B (or 0x73658B) is known color: Kimberly. HEX triplet: 73, 65 and 8B. RGB value is (115,101,139). Sum of RGB (Red+Green+Blue) = 115+101+139=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #73658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73658B is #8C9A74. Grayscale: #6D6D6D. Windows color (decimal): -9214581 or 9135475. OLE color: 9135475.
HSL color Cylindrical-coordinate representation of color #73658B: hue angle of 262.11º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73658B is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 101 | 139 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.45 |
| HSL | 262.11º | 0.16% | 0.47% | - |
| HSV(B) | 262.11º | 0.27% | 0.55% | - |
| XYZ | 16.38 | 14.82 | 26.42 | - |
| YUV | 109.52 | 144.64 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 139 | 0.17 | 0.27 | 0 | 0.45 | 262.11 | 0.16 | 0.47 |
| Hex | 73 | 65 | 8B | 11 | 1B | 0 | 2D | 106 | 10 | 2F |
| Octal | 163 | 145 | 213 | 21 | 33 | 0 | 55 | 406 | 20 | 57 |
| Binary | 1110011 | 1100101 | 10001011 | 10001 | 11011 | 0 | 101101 | 100000110 | 10000 | 101111 |
Color Harmonies of #73658B
Complementary color
Monochromatic Colors of #73658B
Black with #73658B
Text Example
Text Example
White with #73658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73658B; }
p { color: rgb(115,101,139); }
H1.HeaderClassName
{
color: #73658B;
}
.AnyTagClassName
{
color: #73658B;
}
</style>
background-color css
<style>
a { background-color: #73658B; }
a { background-color: rgb(115,101,139); }
div.DivClassName
{
background-color: #73658B;
}
.BgClassName
{
background-color: #73658B;
}
</style>
border-color css
<style>
span { border-color: #73658B; }
span { border-color: rgb(115,101,139); }
td.TdClassName
{
border-color: #73658B;
}
.TagClassName
{
border-color: #73658B;
}
</style>