Shades of Kimberly #75708B
Tints of Kimberly #75708B
RGB
CMYK
RGB Variations
Color information
#75708B (or 0x75708B) is known color: Kimberly. HEX triplet: 75, 70 and 8B. RGB value is (117,112,139). Sum of RGB (Red+Green+Blue) = 117+112+139=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 139 - color contains mainly: blue. Hex color #75708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75708B is #8A8F74. Grayscale: #747474. Windows color (decimal): -9080693 or 9138293. OLE color: 9138293.
HSL color Cylindrical-coordinate representation of color #75708B: hue angle of 251.11º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75708B is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 112 | 139 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.45 |
| HSL | 251.11º | 0.11% | 0.49% | - |
| HSV(B) | 251.11º | 0.19% | 0.55% | - |
| XYZ | 17.79 | 17.23 | 26.82 | - |
| YUV | 116.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 139 | 0.16 | 0.19 | 0 | 0.45 | 251.11 | 0.11 | 0.49 |
| Hex | 75 | 70 | 8B | 10 | 13 | 0 | 2D | FB | B | 31 |
| Octal | 165 | 160 | 213 | 20 | 23 | 0 | 55 | 373 | 13 | 61 |
| Binary | 1110101 | 1110000 | 10001011 | 10000 | 10011 | 0 | 101101 | 11111011 | 1011 | 110001 |
Color Harmonies of #75708B
Complementary color
Monochromatic Colors of #75708B
Black with #75708B
Text Example
Text Example
White with #75708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75708B; }
p { color: rgb(117,112,139); }
H1.HeaderClassName
{
color: #75708B;
}
.AnyTagClassName
{
color: #75708B;
}
</style>
background-color css
<style>
a { background-color: #75708B; }
a { background-color: rgb(117,112,139); }
div.DivClassName
{
background-color: #75708B;
}
.BgClassName
{
background-color: #75708B;
}
</style>
border-color css
<style>
span { border-color: #75708B; }
span { border-color: rgb(117,112,139); }
td.TdClassName
{
border-color: #75708B;
}
.TagClassName
{
border-color: #75708B;
}
</style>