Shades of Kimberly #70667F
Tints of Kimberly #70667F
RGB
CMYK
RGB Variations
Color information
#70667F (or 0x70667F) is known color: Kimberly. HEX triplet: 70, 66 and 7F. RGB value is (112,102,127). Sum of RGB (Red+Green+Blue) = 112+102+127=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 127 - color contains mainly: blue. Hex color #70667F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70667F is #8F9980. Grayscale: #6B6B6B. Windows color (decimal): -9410945 or 8349296. OLE color: 8349296.
HSL color Cylindrical-coordinate representation of color #70667F: hue angle of 264º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70667F is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 102 | 127 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.50 |
| HSL | 264º | 0.11% | 0.45% | - |
| HSV(B) | 264º | 0.2% | 0.5% | - |
| XYZ | 15.26 | 14.48 | 22.07 | - |
| YUV | 107.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 127 | 0.12 | 0.20 | 0 | 0.50 | 264 | 0.11 | 0.45 |
| Hex | 70 | 66 | 7F | C | 14 | 0 | 32 | 108 | B | 2D |
| Octal | 160 | 146 | 177 | 14 | 24 | 0 | 62 | 410 | 13 | 55 |
| Binary | 1110000 | 1100110 | 1111111 | 1100 | 10100 | 0 | 110010 | 100001000 | 1011 | 101101 |
Color Harmonies of #70667F
Complementary color
Monochromatic Colors of #70667F
Black with #70667F
Text Example
Text Example
White with #70667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70667F; }
p { color: rgb(112,102,127); }
H1.HeaderClassName
{
color: #70667F;
}
.AnyTagClassName
{
color: #70667F;
}
</style>
background-color css
<style>
a { background-color: #70667F; }
a { background-color: rgb(112,102,127); }
div.DivClassName
{
background-color: #70667F;
}
.BgClassName
{
background-color: #70667F;
}
</style>
border-color css
<style>
span { border-color: #70667F; }
span { border-color: rgb(112,102,127); }
td.TdClassName
{
border-color: #70667F;
}
.TagClassName
{
border-color: #70667F;
}
</style>