Shades of Kimberly #74678D
Tints of Kimberly #74678D
RGB
CMYK
RGB Variations
Color information
#74678D (or 0x74678D) is known color: Kimberly. HEX triplet: 74, 67 and 8D. RGB value is (116,103,141). Sum of RGB (Red+Green+Blue) = 116+103+141=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #74678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74678D is #8B9872. Grayscale: #6F6F6F. Windows color (decimal): -9148531 or 9267060. OLE color: 9267060.
HSL color Cylindrical-coordinate representation of color #74678D: hue angle of 260.53º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74678D is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 103 | 141 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.45 |
| HSL | 260.53º | 0.16% | 0.48% | - |
| HSV(B) | 260.53º | 0.27% | 0.55% | - |
| XYZ | 16.86 | 15.34 | 27.27 | - |
| YUV | 111.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 141 | 0.18 | 0.27 | 0 | 0.45 | 260.53 | 0.16 | 0.48 |
| Hex | 74 | 67 | 8D | 12 | 1B | 0 | 2D | 105 | 10 | 30 |
| Octal | 164 | 147 | 215 | 22 | 33 | 0 | 55 | 405 | 20 | 60 |
| Binary | 1110100 | 1100111 | 10001101 | 10010 | 11011 | 0 | 101101 | 100000101 | 10000 | 110000 |
Color Harmonies of #74678D
Complementary color
Monochromatic Colors of #74678D
Black with #74678D
Text Example
Text Example
White with #74678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74678D; }
p { color: rgb(116,103,141); }
H1.HeaderClassName
{
color: #74678D;
}
.AnyTagClassName
{
color: #74678D;
}
</style>
background-color css
<style>
a { background-color: #74678D; }
a { background-color: rgb(116,103,141); }
div.DivClassName
{
background-color: #74678D;
}
.BgClassName
{
background-color: #74678D;
}
</style>
border-color css
<style>
span { border-color: #74678D; }
span { border-color: rgb(116,103,141); }
td.TdClassName
{
border-color: #74678D;
}
.TagClassName
{
border-color: #74678D;
}
</style>