Shades of Kimberly #75688A
Tints of Kimberly #75688A
RGB
CMYK
RGB Variations
Color information
#75688A (or 0x75688A) is known color: Kimberly. HEX triplet: 75, 68 and 8A. RGB value is (117,104,138). Sum of RGB (Red+Green+Blue) = 117+104+138=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 138 (54.30% from 255 or 38.44% from 359); Max value from RGB is 138 - color contains mainly: blue. Hex color #75688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75688A is #8A9775. Grayscale: #6F6F6F. Windows color (decimal): -9082742 or 9070709. OLE color: 9070709.
HSL color Cylindrical-coordinate representation of color #75688A: hue angle of 262.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75688A is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 104 | 138 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.46 |
| HSL | 262.94º | 0.14% | 0.47% | - |
| HSV(B) | 262.94º | 0.25% | 0.54% | - |
| XYZ | 16.87 | 15.52 | 26.15 | - |
| YUV | 111.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 138 | 0.15 | 0.25 | 0 | 0.46 | 262.94 | 0.14 | 0.47 |
| Hex | 75 | 68 | 8A | F | 19 | 0 | 2E | 107 | E | 2F |
| Octal | 165 | 150 | 212 | 17 | 31 | 0 | 56 | 407 | 16 | 57 |
| Binary | 1110101 | 1101000 | 10001010 | 1111 | 11001 | 0 | 101110 | 100000111 | 1110 | 101111 |
Color Harmonies of #75688A
Complementary color
Monochromatic Colors of #75688A
Black with #75688A
Text Example
Text Example
White with #75688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75688A; }
p { color: rgb(117,104,138); }
H1.HeaderClassName
{
color: #75688A;
}
.AnyTagClassName
{
color: #75688A;
}
</style>
background-color css
<style>
a { background-color: #75688A; }
a { background-color: rgb(117,104,138); }
div.DivClassName
{
background-color: #75688A;
}
.BgClassName
{
background-color: #75688A;
}
</style>
border-color css
<style>
span { border-color: #75688A; }
span { border-color: rgb(117,104,138); }
td.TdClassName
{
border-color: #75688A;
}
.TagClassName
{
border-color: #75688A;
}
</style>