Shades of Kimberly #74668A
Tints of Kimberly #74668A
RGB
CMYK
RGB Variations
Color information
#74668A (or 0x74668A) is known color: Kimberly. HEX triplet: 74, 66 and 8A. RGB value is (116,102,138). Sum of RGB (Red+Green+Blue) = 116+102+138=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #74668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74668A is #8B9975. Grayscale: #6E6E6E. Windows color (decimal): -9148790 or 9070196. OLE color: 9070196.
HSL color Cylindrical-coordinate representation of color #74668A: hue angle of 263.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74668A is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 116 | 102 | 138 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.46 |
| HSL | 263.33º | 0.15% | 0.47% | - |
| HSV(B) | 263.33º | 0.26% | 0.54% | - |
| XYZ | 16.54 | 15.05 | 26.08 | - |
| YUV | 110.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 102 | 138 | 0.16 | 0.26 | 0 | 0.46 | 263.33 | 0.15 | 0.47 |
| Hex | 74 | 66 | 8A | 10 | 1A | 0 | 2E | 107 | F | 2F |
| Octal | 164 | 146 | 212 | 20 | 32 | 0 | 56 | 407 | 17 | 57 |
| Binary | 1110100 | 1100110 | 10001010 | 10000 | 11010 | 0 | 101110 | 100000111 | 1111 | 101111 |
Color Harmonies of #74668A
Complementary color
Monochromatic Colors of #74668A
Black with #74668A
Text Example
Text Example
White with #74668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74668A; }
p { color: rgb(116,102,138); }
H1.HeaderClassName
{
color: #74668A;
}
.AnyTagClassName
{
color: #74668A;
}
</style>
background-color css
<style>
a { background-color: #74668A; }
a { background-color: rgb(116,102,138); }
div.DivClassName
{
background-color: #74668A;
}
.BgClassName
{
background-color: #74668A;
}
</style>
border-color css
<style>
span { border-color: #74668A; }
span { border-color: rgb(116,102,138); }
td.TdClassName
{
border-color: #74668A;
}
.TagClassName
{
border-color: #74668A;
}
</style>