Shades of Kimberly #73678F
Tints of Kimberly #73678F
RGB
CMYK
RGB Variations
Color information
#73678F (or 0x73678F) is known color: Kimberly. HEX triplet: 73, 67 and 8F. RGB value is (115,103,143). Sum of RGB (Red+Green+Blue) = 115+103+143=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #73678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73678F is #8C9870. Grayscale: #6F6F6F. Windows color (decimal): -9214065 or 9398131. OLE color: 9398131.
HSL color Cylindrical-coordinate representation of color #73678F: hue angle of 258º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73678F is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 103 | 143 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.44 |
| HSL | 258º | 0.16% | 0.48% | - |
| HSV(B) | 258º | 0.28% | 0.56% | - |
| XYZ | 16.88 | 15.33 | 28.06 | - |
| YUV | 111.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 103 | 143 | 0.20 | 0.28 | 0 | 0.44 | 258 | 0.16 | 0.48 |
| Hex | 73 | 67 | 8F | 14 | 1C | 0 | 2C | 102 | 10 | 30 |
| Octal | 163 | 147 | 217 | 24 | 34 | 0 | 54 | 402 | 20 | 60 |
| Binary | 1110011 | 1100111 | 10001111 | 10100 | 11100 | 0 | 101100 | 100000010 | 10000 | 110000 |
Color Harmonies of #73678F
Complementary color
Monochromatic Colors of #73678F
Black with #73678F
Text Example
Text Example
White with #73678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73678F; }
p { color: rgb(115,103,143); }
H1.HeaderClassName
{
color: #73678F;
}
.AnyTagClassName
{
color: #73678F;
}
</style>
background-color css
<style>
a { background-color: #73678F; }
a { background-color: rgb(115,103,143); }
div.DivClassName
{
background-color: #73678F;
}
.BgClassName
{
background-color: #73678F;
}
</style>
border-color css
<style>
span { border-color: #73678F; }
span { border-color: rgb(115,103,143); }
td.TdClassName
{
border-color: #73678F;
}
.TagClassName
{
border-color: #73678F;
}
</style>