Shades of Kimberly #746E82
Tints of Kimberly #746E82
RGB
CMYK
RGB Variations
Color information
#746E82 (or 0x746E82) is known color: Kimberly. HEX triplet: 74, 6E and 82. RGB value is (116,110,130). Sum of RGB (Red+Green+Blue) = 116+110+130=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #746E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746E82 is #8B917D. Grayscale: #717171. Windows color (decimal): -9146750 or 8547956. OLE color: 8547956.
HSL color Cylindrical-coordinate representation of color #746E82: hue angle of 258º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746E82 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 110 | 130 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.49 |
| HSL | 258º | 0.08% | 0.47% | - |
| HSV(B) | 258º | 0.15% | 0.51% | - |
| XYZ | 16.81 | 16.48 | 23.41 | - |
| YUV | 114.07 | 136.99 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 130 | 0.11 | 0.15 | 0 | 0.49 | 258 | 0.08 | 0.47 |
| Hex | 74 | 6E | 82 | B | F | 0 | 31 | 102 | 8 | 2F |
| Octal | 164 | 156 | 202 | 13 | 17 | 0 | 61 | 402 | 10 | 57 |
| Binary | 1110100 | 1101110 | 10000010 | 1011 | 1111 | 0 | 110001 | 100000010 | 1000 | 101111 |
Color Harmonies of #746E82
Complementary color
Monochromatic Colors of #746E82
Black with #746E82
Text Example
Text Example
White with #746E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E82; }
p { color: rgb(116,110,130); }
H1.HeaderClassName
{
color: #746E82;
}
.AnyTagClassName
{
color: #746E82;
}
</style>
background-color css
<style>
a { background-color: #746E82; }
a { background-color: rgb(116,110,130); }
div.DivClassName
{
background-color: #746E82;
}
.BgClassName
{
background-color: #746E82;
}
</style>
border-color css
<style>
span { border-color: #746E82; }
span { border-color: rgb(116,110,130); }
td.TdClassName
{
border-color: #746E82;
}
.TagClassName
{
border-color: #746E82;
}
</style>