Shades of Kimberly #73688B
Tints of Kimberly #73688B
RGB
CMYK
RGB Variations
Color information
#73688B (or 0x73688B) is known color: Kimberly. HEX triplet: 73, 68 and 8B. RGB value is (115,104,139). Sum of RGB (Red+Green+Blue) = 115+104+139=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 139 - color contains mainly: blue. Hex color #73688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73688B is #8C9774. Grayscale: #6F6F6F. Windows color (decimal): -9213813 or 9136243. OLE color: 9136243.
HSL color Cylindrical-coordinate representation of color #73688B: hue angle of 258.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73688B is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 104 | 139 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.45 |
| HSL | 258.86º | 0.14% | 0.48% | - |
| HSV(B) | 258.86º | 0.25% | 0.55% | - |
| XYZ | 16.68 | 15.41 | 26.52 | - |
| YUV | 111.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 139 | 0.17 | 0.25 | 0 | 0.45 | 258.86 | 0.14 | 0.48 |
| Hex | 73 | 68 | 8B | 11 | 19 | 0 | 2D | 103 | E | 30 |
| Octal | 163 | 150 | 213 | 21 | 31 | 0 | 55 | 403 | 16 | 60 |
| Binary | 1110011 | 1101000 | 10001011 | 10001 | 11001 | 0 | 101101 | 100000011 | 1110 | 110000 |
Color Harmonies of #73688B
Complementary color
Monochromatic Colors of #73688B
Black with #73688B
Text Example
Text Example
White with #73688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73688B; }
p { color: rgb(115,104,139); }
H1.HeaderClassName
{
color: #73688B;
}
.AnyTagClassName
{
color: #73688B;
}
</style>
background-color css
<style>
a { background-color: #73688B; }
a { background-color: rgb(115,104,139); }
div.DivClassName
{
background-color: #73688B;
}
.BgClassName
{
background-color: #73688B;
}
</style>
border-color css
<style>
span { border-color: #73688B; }
span { border-color: rgb(115,104,139); }
td.TdClassName
{
border-color: #73688B;
}
.TagClassName
{
border-color: #73688B;
}
</style>