Shades of Kimberly #75708A
Tints of Kimberly #75708A
RGB
CMYK
RGB Variations
Color information
#75708A (or 0x75708A) is known color: Kimberly. HEX triplet: 75, 70 and 8A. RGB value is (117,112,138). Sum of RGB (Red+Green+Blue) = 117+112+138=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #75708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75708A is #8A8F75. Grayscale: #747474. Windows color (decimal): -9080694 or 9072757. OLE color: 9072757.
HSL color Cylindrical-coordinate representation of color #75708A: hue angle of 251.54º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75708A is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 112 | 138 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.46 |
| HSL | 251.54º | 0.1% | 0.49% | - |
| HSV(B) | 251.54º | 0.19% | 0.54% | - |
| XYZ | 17.72 | 17.21 | 26.43 | - |
| YUV | 116.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 138 | 0.15 | 0.19 | 0 | 0.46 | 251.54 | 0.1 | 0.49 |
| Hex | 75 | 70 | 8A | F | 13 | 0 | 2E | FC | A | 31 |
| Octal | 165 | 160 | 212 | 17 | 23 | 0 | 56 | 374 | 12 | 61 |
| Binary | 1110101 | 1110000 | 10001010 | 1111 | 10011 | 0 | 101110 | 11111100 | 1010 | 110001 |
Color Harmonies of #75708A
Complementary color
Monochromatic Colors of #75708A
Black with #75708A
Text Example
Text Example
White with #75708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75708A; }
p { color: rgb(117,112,138); }
H1.HeaderClassName
{
color: #75708A;
}
.AnyTagClassName
{
color: #75708A;
}
</style>
background-color css
<style>
a { background-color: #75708A; }
a { background-color: rgb(117,112,138); }
div.DivClassName
{
background-color: #75708A;
}
.BgClassName
{
background-color: #75708A;
}
</style>
border-color css
<style>
span { border-color: #75708A; }
span { border-color: rgb(117,112,138); }
td.TdClassName
{
border-color: #75708A;
}
.TagClassName
{
border-color: #75708A;
}
</style>