Shades of Kimberly #706082
Tints of Kimberly #706082
RGB
CMYK
RGB Variations
Color information
#706082 (or 0x706082) is known color: Kimberly. HEX triplet: 70, 60 and 82. RGB value is (112,96,130). Sum of RGB (Red+Green+Blue) = 112+96+130=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #706082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706082 is #8F9F7D. Grayscale: #686868. Windows color (decimal): -9412478 or 8544368. OLE color: 8544368.
HSL color Cylindrical-coordinate representation of color #706082: hue angle of 268.24º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #706082 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 96 | 130 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.49 |
| HSL | 268.24º | 0.15% | 0.44% | - |
| HSV(B) | 268.24º | 0.26% | 0.51% | - |
| XYZ | 14.89 | 13.42 | 22.92 | - |
| YUV | 104.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 130 | 0.14 | 0.26 | 0 | 0.49 | 268.24 | 0.15 | 0.44 |
| Hex | 70 | 60 | 82 | E | 1A | 0 | 31 | 10C | F | 2C |
| Octal | 160 | 140 | 202 | 16 | 32 | 0 | 61 | 414 | 17 | 54 |
| Binary | 1110000 | 1100000 | 10000010 | 1110 | 11010 | 0 | 110001 | 100001100 | 1111 | 101100 |
Color Harmonies of #706082
Complementary color
Monochromatic Colors of #706082
Black with #706082
Text Example
Text Example
White with #706082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706082; }
p { color: rgb(112,96,130); }
H1.HeaderClassName
{
color: #706082;
}
.AnyTagClassName
{
color: #706082;
}
</style>
background-color css
<style>
a { background-color: #706082; }
a { background-color: rgb(112,96,130); }
div.DivClassName
{
background-color: #706082;
}
.BgClassName
{
background-color: #706082;
}
</style>
border-color css
<style>
span { border-color: #706082; }
span { border-color: rgb(112,96,130); }
td.TdClassName
{
border-color: #706082;
}
.TagClassName
{
border-color: #706082;
}
</style>