Shades of Kimberly #74668F
Tints of Kimberly #74668F
RGB
CMYK
RGB Variations
Color information
#74668F (or 0x74668F) is known color: Kimberly. HEX triplet: 74, 66 and 8F. RGB value is (116,102,143). Sum of RGB (Red+Green+Blue) = 116+102+143=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 143 - color contains mainly: blue. Hex color #74668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74668F is #8B9970. Grayscale: #6E6E6E. Windows color (decimal): -9148785 or 9397876. OLE color: 9397876.
HSL color Cylindrical-coordinate representation of color #74668F: hue angle of 260.49º 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 #74668F is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 102 | 143 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.44 |
| HSL | 260.49º | 0.17% | 0.48% | - |
| HSV(B) | 260.49º | 0.29% | 0.56% | - |
| XYZ | 16.91 | 15.2 | 28.03 | - |
| YUV | 110.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 143 | 0.19 | 0.29 | 0 | 0.44 | 260.49 | 0.17 | 0.48 |
| Hex | 74 | 66 | 8F | 13 | 1D | 0 | 2C | 104 | 11 | 30 |
| Octal | 164 | 146 | 217 | 23 | 35 | 0 | 54 | 404 | 21 | 60 |
| Binary | 1110100 | 1100110 | 10001111 | 10011 | 11101 | 0 | 101100 | 100000100 | 10001 | 110000 |
Color Harmonies of #74668F
Complementary color
Monochromatic Colors of #74668F
Black with #74668F
Text Example
Text Example
White with #74668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74668F; }
p { color: rgb(116,102,143); }
H1.HeaderClassName
{
color: #74668F;
}
.AnyTagClassName
{
color: #74668F;
}
</style>
background-color css
<style>
a { background-color: #74668F; }
a { background-color: rgb(116,102,143); }
div.DivClassName
{
background-color: #74668F;
}
.BgClassName
{
background-color: #74668F;
}
</style>
border-color css
<style>
span { border-color: #74668F; }
span { border-color: rgb(116,102,143); }
td.TdClassName
{
border-color: #74668F;
}
.TagClassName
{
border-color: #74668F;
}
</style>