Shades of Kimberly #73618A
Tints of Kimberly #73618A
RGB
CMYK
RGB Variations
Color information
#73618A (or 0x73618A) is known color: Kimberly. HEX triplet: 73, 61 and 8A. RGB value is (115,97,138). Sum of RGB (Red+Green+Blue) = 115+97+138=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #73618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73618A is #8C9E75. Grayscale: #6A6A6A. Windows color (decimal): -9215606 or 9068915. OLE color: 9068915.
HSL color Cylindrical-coordinate representation of color #73618A: hue angle of 266.34º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73618A is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 97 | 138 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.46 |
| HSL | 266.34º | 0.17% | 0.46% | - |
| HSV(B) | 266.34º | 0.3% | 0.54% | - |
| XYZ | 15.93 | 14.03 | 25.91 | - |
| YUV | 107.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 138 | 0.17 | 0.30 | 0 | 0.46 | 266.34 | 0.17 | 0.46 |
| Hex | 73 | 61 | 8A | 11 | 1E | 0 | 2E | 10A | 11 | 2E |
| Octal | 163 | 141 | 212 | 21 | 36 | 0 | 56 | 412 | 21 | 56 |
| Binary | 1110011 | 1100001 | 10001010 | 10001 | 11110 | 0 | 101110 | 100001010 | 10001 | 101110 |
Color Harmonies of #73618A
Complementary color
Monochromatic Colors of #73618A
Black with #73618A
Text Example
Text Example
White with #73618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73618A; }
p { color: rgb(115,97,138); }
H1.HeaderClassName
{
color: #73618A;
}
.AnyTagClassName
{
color: #73618A;
}
</style>
background-color css
<style>
a { background-color: #73618A; }
a { background-color: rgb(115,97,138); }
div.DivClassName
{
background-color: #73618A;
}
.BgClassName
{
background-color: #73618A;
}
</style>
border-color css
<style>
span { border-color: #73618A; }
span { border-color: rgb(115,97,138); }
td.TdClassName
{
border-color: #73618A;
}
.TagClassName
{
border-color: #73618A;
}
</style>