Shades of Kimberly #74658F
Tints of Kimberly #74658F
RGB
CMYK
RGB Variations
Color information
#74658F (or 0x74658F) is known color: Kimberly. HEX triplet: 74, 65 and 8F. RGB value is (116,101,143). Sum of RGB (Red+Green+Blue) = 116+101+143=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 143 - color contains mainly: blue. Hex color #74658F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74658F is #8B9A70. Grayscale: #6E6E6E. Windows color (decimal): -9149041 or 9397620. OLE color: 9397620.
HSL color Cylindrical-coordinate representation of color #74658F: hue angle of 261.43º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74658F is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 101 | 143 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.44 |
| HSL | 261.43º | 0.17% | 0.48% | - |
| HSV(B) | 261.43º | 0.29% | 0.56% | - |
| XYZ | 16.81 | 15 | 28 | - |
| YUV | 110.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 101 | 143 | 0.19 | 0.29 | 0 | 0.44 | 261.43 | 0.17 | 0.48 |
| Hex | 74 | 65 | 8F | 13 | 1D | 0 | 2C | 105 | 11 | 30 |
| Octal | 164 | 145 | 217 | 23 | 35 | 0 | 54 | 405 | 21 | 60 |
| Binary | 1110100 | 1100101 | 10001111 | 10011 | 11101 | 0 | 101100 | 100000101 | 10001 | 110000 |
Color Harmonies of #74658F
Complementary color
Monochromatic Colors of #74658F
Black with #74658F
Text Example
Text Example
White with #74658F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74658F; }
p { color: rgb(116,101,143); }
H1.HeaderClassName
{
color: #74658F;
}
.AnyTagClassName
{
color: #74658F;
}
</style>
background-color css
<style>
a { background-color: #74658F; }
a { background-color: rgb(116,101,143); }
div.DivClassName
{
background-color: #74658F;
}
.BgClassName
{
background-color: #74658F;
}
</style>
border-color css
<style>
span { border-color: #74658F; }
span { border-color: rgb(116,101,143); }
td.TdClassName
{
border-color: #74658F;
}
.TagClassName
{
border-color: #74658F;
}
</style>