Shades of Kimberly #74658D
Tints of Kimberly #74658D
RGB
CMYK
RGB Variations
Color information
#74658D (or 0x74658D) is known color: Kimberly. HEX triplet: 74, 65 and 8D. RGB value is (116,101,141). Sum of RGB (Red+Green+Blue) = 116+101+141=358 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.40% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #74658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74658D is #8B9A72. Grayscale: #6D6D6D. Windows color (decimal): -9149043 or 9266548. OLE color: 9266548.
HSL color Cylindrical-coordinate representation of color #74658D: hue angle of 262.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #74658D is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 101 | 141 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.45 |
| HSL | 262.5º | 0.17% | 0.47% | - |
| HSV(B) | 262.5º | 0.28% | 0.55% | - |
| XYZ | 16.66 | 14.94 | 27.21 | - |
| YUV | 110.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 141 | 0.18 | 0.28 | 0 | 0.45 | 262.5 | 0.17 | 0.47 |
| Hex | 74 | 65 | 8D | 12 | 1C | 0 | 2D | 106 | 11 | 2F |
| Octal | 164 | 145 | 215 | 22 | 34 | 0 | 55 | 406 | 21 | 57 |
| Binary | 1110100 | 1100101 | 10001101 | 10010 | 11100 | 0 | 101101 | 100000110 | 10001 | 101111 |
Color Harmonies of #74658D
Complementary color
Monochromatic Colors of #74658D
Black with #74658D
Text Example
Text Example
White with #74658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74658D; }
p { color: rgb(116,101,141); }
H1.HeaderClassName
{
color: #74658D;
}
.AnyTagClassName
{
color: #74658D;
}
</style>
background-color css
<style>
a { background-color: #74658D; }
a { background-color: rgb(116,101,141); }
div.DivClassName
{
background-color: #74658D;
}
.BgClassName
{
background-color: #74658D;
}
</style>
border-color css
<style>
span { border-color: #74658D; }
span { border-color: rgb(116,101,141); }
td.TdClassName
{
border-color: #74658D;
}
.TagClassName
{
border-color: #74658D;
}
</style>