Shades of Slate Grey #66788C
Tints of Slate Grey #66788C
RGB
CMYK
RGB Variations
Color information
#66788C (or 0x66788C) is known color: Slate Grey. HEX triplet: 66, 78 and 8C. RGB value is (102,120,140). Sum of RGB (Red+Green+Blue) = 102+120+140=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #66788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66788C is #998773. Grayscale: #747474. Windows color (decimal): -10061684 or 9205862. OLE color: 9205862.
HSL color Cylindrical-coordinate representation of color #66788C: hue angle of 211.58º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66788C is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 120 | 140 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.45 |
| HSL | 211.58º | 0.16% | 0.47% | - |
| HSV(B) | 211.58º | 0.27% | 0.55% | - |
| XYZ | 16.93 | 18.15 | 27.42 | - |
| YUV | 116.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 140 | 0.27 | 0.14 | 0 | 0.45 | 211.58 | 0.16 | 0.47 |
| Hex | 66 | 78 | 8C | 1B | E | 0 | 2D | D4 | 10 | 2F |
| Octal | 146 | 170 | 214 | 33 | 16 | 0 | 55 | 324 | 20 | 57 |
| Binary | 1100110 | 1111000 | 10001100 | 11011 | 1110 | 0 | 101101 | 11010100 | 10000 | 101111 |
Color Harmonies of #66788C
Complementary color
Monochromatic Colors of #66788C
Black with #66788C
Text Example
Text Example
White with #66788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66788C; }
p { color: rgb(102,120,140); }
H1.HeaderClassName
{
color: #66788C;
}
.AnyTagClassName
{
color: #66788C;
}
</style>
background-color css
<style>
a { background-color: #66788C; }
a { background-color: rgb(102,120,140); }
div.DivClassName
{
background-color: #66788C;
}
.BgClassName
{
background-color: #66788C;
}
</style>
border-color css
<style>
span { border-color: #66788C; }
span { border-color: rgb(102,120,140); }
td.TdClassName
{
border-color: #66788C;
}
.TagClassName
{
border-color: #66788C;
}
</style>