Shades of Kimberly #73628B
Tints of Kimberly #73628B
RGB
CMYK
RGB Variations
Color information
#73628B (or 0x73628B) is known color: Kimberly. HEX triplet: 73, 62 and 8B. RGB value is (115,98,139). Sum of RGB (Red+Green+Blue) = 115+98+139=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 139 - color contains mainly: blue. Hex color #73628B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73628B is #8C9D74. Grayscale: #6B6B6B. Windows color (decimal): -9215349 or 9134707. OLE color: 9134707.
HSL color Cylindrical-coordinate representation of color #73628B: hue angle of 264.88º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73628B is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 98 | 139 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.45 |
| HSL | 264.88º | 0.17% | 0.46% | - |
| HSV(B) | 264.88º | 0.29% | 0.55% | - |
| XYZ | 16.1 | 14.24 | 26.33 | - |
| YUV | 107.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 139 | 0.17 | 0.29 | 0 | 0.45 | 264.88 | 0.17 | 0.46 |
| Hex | 73 | 62 | 8B | 11 | 1D | 0 | 2D | 109 | 11 | 2E |
| Octal | 163 | 142 | 213 | 21 | 35 | 0 | 55 | 411 | 21 | 56 |
| Binary | 1110011 | 1100010 | 10001011 | 10001 | 11101 | 0 | 101101 | 100001001 | 10001 | 101110 |
Color Harmonies of #73628B
Complementary color
Monochromatic Colors of #73628B
Black with #73628B
Text Example
Text Example
White with #73628B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73628B; }
p { color: rgb(115,98,139); }
H1.HeaderClassName
{
color: #73628B;
}
.AnyTagClassName
{
color: #73628B;
}
</style>
background-color css
<style>
a { background-color: #73628B; }
a { background-color: rgb(115,98,139); }
div.DivClassName
{
background-color: #73628B;
}
.BgClassName
{
background-color: #73628B;
}
</style>
border-color css
<style>
span { border-color: #73628B; }
span { border-color: rgb(115,98,139); }
td.TdClassName
{
border-color: #73628B;
}
.TagClassName
{
border-color: #73628B;
}
</style>