Shades of Kimberly #736A86
Tints of Kimberly #736A86
RGB
CMYK
RGB Variations
Color information
#736A86 (or 0x736A86) is known color: Kimberly. HEX triplet: 73, 6A and 86. RGB value is (115,106,134). Sum of RGB (Red+Green+Blue) = 115+106+134=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #736A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736A86 is #8C9579. Grayscale: #6F6F6F. Windows color (decimal): -9213306 or 8809075. OLE color: 8809075.
HSL color Cylindrical-coordinate representation of color #736A86: hue angle of 259.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #736A86 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 106 | 134 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.47 |
| HSL | 259.29º | 0.12% | 0.47% | - |
| HSV(B) | 259.29º | 0.21% | 0.53% | - |
| XYZ | 16.53 | 15.67 | 24.71 | - |
| YUV | 111.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 106 | 134 | 0.14 | 0.21 | 0 | 0.47 | 259.29 | 0.12 | 0.47 |
| Hex | 73 | 6A | 86 | E | 15 | 0 | 2F | 103 | C | 2F |
| Octal | 163 | 152 | 206 | 16 | 25 | 0 | 57 | 403 | 14 | 57 |
| Binary | 1110011 | 1101010 | 10000110 | 1110 | 10101 | 0 | 101111 | 100000011 | 1100 | 101111 |
Color Harmonies of #736A86
Complementary color
Monochromatic Colors of #736A86
Black with #736A86
Text Example
Text Example
White with #736A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736A86; }
p { color: rgb(115,106,134); }
H1.HeaderClassName
{
color: #736A86;
}
.AnyTagClassName
{
color: #736A86;
}
</style>
background-color css
<style>
a { background-color: #736A86; }
a { background-color: rgb(115,106,134); }
div.DivClassName
{
background-color: #736A86;
}
.BgClassName
{
background-color: #736A86;
}
</style>
border-color css
<style>
span { border-color: #736A86; }
span { border-color: rgb(115,106,134); }
td.TdClassName
{
border-color: #736A86;
}
.TagClassName
{
border-color: #736A86;
}
</style>