Shades of Kimberly #73688A
Tints of Kimberly #73688A
RGB
CMYK
RGB Variations
Color information
#73688A (or 0x73688A) is known color: Kimberly. HEX triplet: 73, 68 and 8A. RGB value is (115,104,138). Sum of RGB (Red+Green+Blue) = 115+104+138=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #73688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73688A is #8C9775. Grayscale: #6F6F6F. Windows color (decimal): -9213814 or 9070707. OLE color: 9070707.
HSL color Cylindrical-coordinate representation of color #73688A: hue angle of 259.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73688A is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 104 | 138 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.46 |
| HSL | 259.41º | 0.14% | 0.47% | - |
| HSV(B) | 259.41º | 0.25% | 0.54% | - |
| XYZ | 16.61 | 15.38 | 26.14 | - |
| YUV | 111.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 138 | 0.17 | 0.25 | 0 | 0.46 | 259.41 | 0.14 | 0.47 |
| Hex | 73 | 68 | 8A | 11 | 19 | 0 | 2E | 103 | E | 2F |
| Octal | 163 | 150 | 212 | 21 | 31 | 0 | 56 | 403 | 16 | 57 |
| Binary | 1110011 | 1101000 | 10001010 | 10001 | 11001 | 0 | 101110 | 100000011 | 1110 | 101111 |
Color Harmonies of #73688A
Complementary color
Monochromatic Colors of #73688A
Black with #73688A
Text Example
Text Example
White with #73688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73688A; }
p { color: rgb(115,104,138); }
H1.HeaderClassName
{
color: #73688A;
}
.AnyTagClassName
{
color: #73688A;
}
</style>
background-color css
<style>
a { background-color: #73688A; }
a { background-color: rgb(115,104,138); }
div.DivClassName
{
background-color: #73688A;
}
.BgClassName
{
background-color: #73688A;
}
</style>
border-color css
<style>
span { border-color: #73688A; }
span { border-color: rgb(115,104,138); }
td.TdClassName
{
border-color: #73688A;
}
.TagClassName
{
border-color: #73688A;
}
</style>