Shades of Kimberly #736A8A
Tints of Kimberly #736A8A
RGB
CMYK
RGB Variations
Color information
#736A8A (or 0x736A8A) is known color: Kimberly. HEX triplet: 73, 6A and 8A. RGB value is (115,106,138). Sum of RGB (Red+Green+Blue) = 115+106+138=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #736A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736A8A is #8C9575. Grayscale: #707070. Windows color (decimal): -9213302 or 9071219. OLE color: 9071219.
HSL color Cylindrical-coordinate representation of color #736A8A: hue angle of 256.88º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #736A8A is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 106 | 138 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.46 |
| HSL | 256.88º | 0.13% | 0.48% | - |
| HSV(B) | 256.88º | 0.23% | 0.54% | - |
| XYZ | 16.81 | 15.79 | 26.21 | - |
| YUV | 112.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 138 | 0.17 | 0.23 | 0 | 0.46 | 256.88 | 0.13 | 0.48 |
| Hex | 73 | 6A | 8A | 11 | 17 | 0 | 2E | 101 | D | 30 |
| Octal | 163 | 152 | 212 | 21 | 27 | 0 | 56 | 401 | 15 | 60 |
| Binary | 1110011 | 1101010 | 10001010 | 10001 | 10111 | 0 | 101110 | 100000001 | 1101 | 110000 |
Color Harmonies of #736A8A
Complementary color
Monochromatic Colors of #736A8A
Black with #736A8A
Text Example
Text Example
White with #736A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A8A; }
p { color: rgb(115,106,138); }
H1.HeaderClassName
{
color: #736A8A;
}
.AnyTagClassName
{
color: #736A8A;
}
</style>
background-color css
<style>
a { background-color: #736A8A; }
a { background-color: rgb(115,106,138); }
div.DivClassName
{
background-color: #736A8A;
}
.BgClassName
{
background-color: #736A8A;
}
</style>
border-color css
<style>
span { border-color: #736A8A; }
span { border-color: rgb(115,106,138); }
td.TdClassName
{
border-color: #736A8A;
}
.TagClassName
{
border-color: #736A8A;
}
</style>